Linear Programming using GLPK and comfort-array
1
2
3
4
5
6
7
8
9
10
11
| run-test: update-test
runhaskell Setup configure --user --enable-tests
runhaskell Setup build
runhaskell Setup haddock
runhaskell Setup test comfort-glpk-test --show-details=streaming
runhaskell Setup configure --user -fdebug
runhaskell Setup build
update-test:
doctest-extract-0.1 -i src/ -o test/ --executable-main=Main.hs Numeric.GLPK Numeric.GLPK.Monad
|