lpversion

LP and MIP modeling in OCaml

This library helps the modeling of Linear Programming (LP) and Mixed Integer Programming (MIP) in OCaml. It supports the model with not only linear terms, but also quadratic terms. The model can be imported-from / exported-to CPLEX LP file format, which can be loaded by various solvers. It also has direct interfaces to some solvers. Currently supported are GLPK (GNU Linear Programming Kit) and Gurobi.

AuthorKosuke Tahara <ksk.tahara@gmail.com>
LicenseMIT
Published
Homepagehttps://github.com/ktahar/ocaml-lp
Issue Trackerhttps://github.com/ktahar/ocaml-lp/issues
MaintainerKosuke Tahara <ksk.tahara@gmail.com>
Dependencies
Source [http] https://github.com/ktahar/ocaml-lp/archive/0.5.0.tar.gz
md5=5e9ec847f25fb939b3c68ae99244cfac
sha512=336c007cc2a26eebbe0027ed43a853518182589e6fa56b127aee33e268cfdc0d147f0bf0280df80bb172aa3a672349f59adf1f5675d4f8f5dfdcfa427558dd34
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/lp/lp.0.5.0/opam
Required by