@hackage math-programming0.3.0
A library for formulating and solving math programs.
Categories
License
BSD-3-Clause
Maintainer
steele.pat@gmail.com
Links
Versions
Installation
Dependencies (4)
- base >=4.7 && <5
- containers >=0.6.0.1 && <0.7
- mtl >=2.2.2 && <2.3
- text >=1.2.3.1 && <1.3 Show all…
Dependents (2)
@hackage/math-programming-tests, @hackage/math-programming-glpk
math-programming
A math programming library.
This library is designed to formulate and solve math programs, in particular linear programs and mixed-integer linear programs.
This library alone is not sufficient to solve math programs; to do so,
a solver backend implementing the LPMonad or IPMonad classes is
required, such as the GLPK
backend.