Language interfaces
There are HiGHS interfaces for C, C#, FORTRAN, Julia and Python in HiGHS/interfaces
, with example driver files in HiGHS/examples
.
Julia
- A Julia interface is available at HiGHS.jl.
Rust
- HiGHS can be used from rust through the
highs
crate. The rust linear programming modeler good_lp supports HiGHS.
Javascript
HiGHS can be used from javascript directly inside a web browser thanks to highs-js. See the demo and the npm package.
GAMS
- A GAMS interface is available at GAMSlinks, including pre-build libraries.
OSI
OSI_ROOT
:path to COIN-OR/Osi build/install folder (OSI_ROOT/lib/pkg-config/osi.pc should exist)