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.3.0.tar.gz
md5=dad8525a3cef45b161698b17702a29a7
sha512=e8a36c0a87a763af6674db472dc8cf64a456eeb481cd215d9b08fc0eb59cba7e65c8df8d3d29597f65c14af63d1a93ae4843506f05aba69884006b6452c1a690
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/lp/lp.0.3.0/opam
Required by