Popularity
7.6
Growing
Activity
0.0
Stable
12
4
15

Monthly Downloads: 43
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math    

glpk-hs alternatives and similar packages

Based on the "Math" category.
Alternatively, view glpk-hs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of glpk-hs or a related project?

Add another 'Math' Package

README

Start ghci

nix-shell -A glpk-hs.env release.nix --run 'cabal configure && ghci -isrc'

Build

nix-build release.nix

Run example

result/bin/glpk-hs-example
0: obj =  -0.000000000e+00 inf =   0.000e+00 (3)
3: obj =   7.000000000e+02 inf =   0.000e+00 (0)
3: mip =     not found yet <=              +inf        (1; 0)
3: >>>>>   7.000000000e+02 <=   7.000000000e+02   0.0% (1; 0)
3: mip =   7.000000000e+02 <=     tree is empty   0.0% (0; 1)
(Success,Just (700.0,fromList [("x1",40.0),("x2",50.0),("x3",0.0)]))