package lp

  1. Overview
  2. No Docs
LP and MIP modeling in OCaml

Install

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=92a179cb5ff0feb598b9cc404779f6dc
sha512=c34ee01cc8ffa980b7e94a951179292a40df98fb4afa6d0d7bbeb6ae0a8d60c3fbfc031a634e2ee74236b493f38ee548bf22acfb6b5c47baccbbf2778ff89c7c

Description

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.

Published: 19 Nov 2021

Dependencies (3)

  1. menhir >= "20180523"
  2. dune >= "2.2.0"
  3. ocaml >= "4.08.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (3)

  1. lp-glpk >= "0.4.0"
  2. lp-glpk-js
  3. lp-gurobi >= "0.4.0"

Conflicts

None