ocplib-simplexversion Documentation on ocaml.org
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.
| Author | Mohamed Iguernlala <mohamed.iguernlala@ocamlpro.com> |
|---|---|
| License | LGPL-2.1-only |
| Published | |
| Homepage | https://github.com/OCamlPro/ocplib-simplex |
| Issue Tracker | https://github.com/OCamlPro/ocplib-simplex/issues |
| Maintainer | Mohamed Iguernlala <mohamed.iguernlala@ocamlpro.com> |
| Dependencies |
|
| Conflicts |
|
| Source [http] | https://github.com/OCamlPro-Iguernlala/ocplib-simplex/archive/v0.4.tar.gz sha256=e17dab080508f2d02ce727c3dbc8dbc2613b15229cc74c67d3d11d4fdf22d878 md5=fbde2d7194acc0cda9f1b4511f4baa27 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocplib-simplex/ocplib-simplex.0.4/opam |
Required by
- alt-ergo>=2.0.0 & <2.3.0
- alt-ergo-free
- alt-ergo-lib<2.4.3
- colibri2
- osdp<1.1.1


