@hackage MIP0.1.0.0
Library for using Mixed Integer Programming (MIP)
Categories
License
BSD-3-Clause
Maintainer
masahiro.sakai@gmail.com
Links
Versions
Installation
Dependencies (20)
- OptDir
- base >=4.7 && <5
- bytestring
- bytestring-encoding
- case-insensitive
- containers >=0.5.0 Show all…
Dependents (2)
@hackage/toysolver, @hackage/MIP-glpk
Package Flags
testcbc
(off by default)
run test cases that depends on cbc command
testcplex
(off by default)
run test cases that depends on cplex command
testglpsol
(off by default)
run test cases that depends on glpsol command
testgurobicl
(off by default)
run test cases that depends on gurobi_cl command
testlpsolve
(off by default)
run test cases that depends on lp_solve command
testscip
(off by default)
run test cases that depends on scip command
withzlib
(on by default)
Use zlib package to support gzipped files
MIP
Library for using Mixed Integer Programming (MIP) in Haskell. This library contains functions like:
- Reading / Writing MIP problem files (e.g.
LPfile orMPSfile), - Invokling MIP solvers like Gurobi, CPLEX, CBC, GLPK, lp_solve,
- Reading solution files of those solvers.