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.4.0.tar.gz
md5=92a179cb5ff0feb598b9cc404779f6dc
sha512=c34ee01cc8ffa980b7e94a951179292a40df98fb4afa6d0d7bbeb6ae0a8d60c3fbfc031a634e2ee74236b493f38ee548bf22acfb6b5c47baccbbf2778ff89c7c
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/lp/lp.0.4.0/opam
Required by