glpk-hs: Comprehensive GLPK linear programming bindings
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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.Map
s 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.
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, 0.3.5, 0.5, 0.7, 0.8, 0.8 |
---|---|
Change log | None available |
Dependencies | array, base (>=4 && <5), containers, deepseq, gasp (>=1.2), glpk-hs, 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 2021-01-29T12:27:40Z |
Modules
- Control
- Monad
- Control.Monad.LPMonad
- Control.Monad.LPMonad.Supply
- Control.Monad.LPMonad.Supply.Class
- Control.Monad.LPMonad.Supply
- Control.Monad.LPMonad
- Monad
- Data
- Data.LinearProgram
- Data.LinearProgram.Common
- Data.LinearProgram.GLPK
- Data.LinearProgram.GLPK.IO
- Data.LinearProgram.GLPK.Solver
- Data.LinearProgram.LinExpr
- Data.LinearProgram
Downloads
- glpk-hs-0.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees