@hackage limp0.3.0.0
representation of Integer Linear Programs
Categories
License
MIT
Maintainer
amos.robinson@gmail.com
Links
Versions
Installation
Dependencies (2)
- base <5
- containers >=0.5 && <0.6 Show all…
Dependents (3)
@hackage/ddc-core-flow, @hackage/acme-everything, @hackage/limp-cbc
so far, this package just provides two representations for linear programs: Numeric.Limp.Program, which is what I expect end-users to use, and
Numeric.Limp.Canon, which is simpler, but would be less nice for writing linear programs.
see the limp-cbc package for a simple solver.