The latest version of glpk-hs is 0.8-0.

glpk-hs

Version 0.2.3 revision 0 uploaded by LouisWasserman.

Package meta

Synopsis
Comprehensive GLPK linear programming bindings
Description

Friendly interface to GLPK's linear programming and mixed integer programming features. Intended for easy extensibility, with a general, pure-Haskell representation of linear programs. Also includes usefully general algebraic structures. 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.

Author
Louis Wasserman
Bug reports
n/a
Category
Math
Copyright
n/a
Homepage
n/a
Maintainer
Louis Wasserman <wasserman.louis@gmail.com>
Package URL
n/a
Stability
experimental

Components