@hackage limp-cbc0.3.2.3
bindings for integer linear programming solver Coin/CBC
Categories
License
MIT
Maintainer
amos.robinson@gmail.com
Links
Versions
Installation
Dependencies (4)
- base <5
- containers >=0.5 && <0.7
- limp ==0.3.2.3
- vector >=0.10 && <0.13 Show all…
Dependents (2)
@hackage/ddc-core-flow, @hackage/acme-everything
Package Flags
embedded
(on by default)
Use the embedded Coin/CBC solver instead of linking to the installed one.
Bindings to the Coin/CBC integer linear programming solver
This package provides bindings to the CBC library. These bindings work for simple programs, but might not be suitable for production use: see issues #7 and #8.
In some cases, you may be better off pretty-printing the program with Numeric.Limp.Canon.Pretty in the limp package, writing the resulting program to file, and passing it to the external program. I hope to update this library to solve via the external program soon.