Packages

Model and solve LP/MILP/QP/QCP/SOCP with in-process solver bindings: HiGHS built in (precompiled), Gurobi, CPLEX, and COPT optional. Native indicators, abs, piecewise-linear, min/max, SOS, duals, IIS, and live solve streaming.

Current section

Files

Jump to
optex native optex_highs Cargo.toml
Raw

native/optex_highs/Cargo.toml

[package]
name = "optex_highs"
version = "0.1.0"
edition = "2021"
[lib]
name = "optex_highs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.38.0"
highs-sys = "=1.15.0"