package ocplib-simplex

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=ef6d61360bc1ed6c6f273dd723c71016

Description

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.

Published: 09 Nov 2016

Dependencies (4)

  1. num
  2. conf-autoconf build
  3. ocamlfind build
  4. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (6)

  1. alt-ergo = "1.30"
  2. altgr-ergo = "1.30"
  3. fm-simplex-plugin >= "1.30"
  4. osdp < "1.0.0"
  5. profiler-plugin >= "1.30"
  6. satML-plugin >= "1.30"

Conflicts

None

OCaml

Innovation. Community. Security.