Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 380 Bytes

ocaml-gurobi

OCaml bindings to GUROBI, a commericial LP solver. You MUST have the solver already installed in your system with a valid license for the use.

Released under the terms of LGPL-2.1 with OCaml linking exception.

Build

After installing the C library make sure $GUROBI_HOME is defined and build with make.