aboutsummaryrefslogtreecommitdiff
path: root/Math/LinProg/LPSolve
AgeCommit message (Collapse)Author
2014-11-01Benchmarking & optimisationsJustin Bedo
2014-10-30Bugfix: alignment of variables in solution was incorrectJustin Bedo
2014-10-28Add support for binary/integer contraints;Justin Bedo
Change to hash maps to speed up variable LUT for large number of variables.
2014-10-24Added timout option for lp_solveJustin Bedo
2014-10-08Fix up FFI exports; fix cabal file; tidy sourceJustin Bedo
2014-10-07Added LPSolve as a solverJustin Bedo