ocplib-simplexversion

A library implementing a simplex algorithm, in a functional style, for solving systems of linear inequalities and optimizing linear objective functions

ocplib-simplex is a (fully) functional OCaml implementation of the simplex algorithm for solving systems of linear inequalities. The implementation is incremental and backtrackable. It is able to extract unsat-cores for unsatisfiable problems. Versions > 0.1 also support linear optimization.

AuthorMohamed Iguernlala <mohamed.iguernlala@ocamlpro.com>
LicenseLGPL-2.1-only
Published
Homepagehttps://github.com/OCamlPro-Iguernlala/ocplib-simplex
Issue Trackerhttps://github.com/OCamlPro-Iguernlala/ocplib-simplex/issues
MaintainerMohamed Iguernlala <mohamed.iguernlala@ocamlpro.com>
Dependencies
Source [http] https://github.com/OCamlPro-Iguernlala/ocplib-simplex/archive/0.3.tar.gz
md5=ef6d61360bc1ed6c6f273dd723c71016
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ocplib-simplex/ocplib-simplex.0.3/opam
Required by