The glpk-hs package
Friendly interface to GLPK's linear programming and mixed integer programming features. To design a linear programming problem, use Data.LinearProgram.LPMonad to construct the constraints and specifications. Linear functions are essentially specified as Data.Maps from variables to their coefficients, and functions for manipulating them are available in Data.LinFunc. Then Data.LinearProgram.GLPK provides facilities for using the GLPK solver system on your problem, with a sizable number of options available.
Properties
| Versions | 0.0.0, 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.3.1, 0.3.2, 0.3.3, 0.3.4 |
|---|---|
| Dependencies | array, base (≥3 & <5), containers, mtl, time |
| License | GPL |
| Author | Louis Wasserman |
| Maintainer | Louis Wasserman <wasserman.louis@gmail.com> |
| Stability | experimental |
| Category | Math |
| Upload date | Fri Feb 26 15:48:40 UTC 2010 |
| Uploaded by | LouisWasserman |
| Built on | ghc-6.12 |
| Distributions | NixOS: 0.3.4 |
Modules
Downloads
- glpk-hs-0.0.2.tar.gz (Cabal source package)
- package description (included in the package)