glpk-hs: Comprehensive GLPK linear programming bindings

[ bsd3, library, math, program ] [ Propose Tags ]

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 Control.Monad.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.LinearProgram.LinExpr. Then Data.LinearProgram.GLPK provides facilities for using the GLPK solver system on your problem, with a sizable number of options available.

Downloads

Maintainer's Corner

Package maintainers

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 (>=4 && <5), containers, deepseq, gasp, mtl [details]
License BSD-3-Clause
Author Louis Wasserman
Maintainer Jean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>
Category Math
Source repo head: git clone https://github.com/jyp/glpk-hs
Uploaded by JeanPhilippeBernardy at 2016-10-04T20:33:17Z
Distributions
Reverse Dependencies 6 direct, 3 indirect [details]
Downloads 14095 total (57 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-10-04 [all 1 reports]