glpk-hs: Comprehensive GLPK linear programming bindings
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.
Downloads
- glpk-hs-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 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, 0.3.5, 0.5, 0.7, 0.8 |
|---|---|
| Dependencies | array, base (>=3 && <5), containers, mtl, time [details] |
| License | LicenseRef-GPL |
| Author | Louis Wasserman |
| Maintainer | Louis Wasserman <wasserman.louis@gmail.com> |
| Category | Math |
| Uploaded | by LouisWasserman at 2010-02-26T08:35:37Z |
| Distributions | |
| Reverse Dependencies | 6 direct, 3 indirect [details] |
| Downloads | 14890 total (24 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |