MIP-0.1.1.0: README.md
# MIP
[](https://hackage.haskell.org/package/MIP)
[](https://packdeps.haskellers.com/feed?needle=MIP)
[](https://opensource.org/licenses/BSD-3-Clause)
Library for using Mixed Integer Programming (MIP) in Haskell.
This library contains functions like:
* Reading / Writing MIP problem files (e.g. `LP` file or `MPS` file),
* Invokling MIP solvers like Gurobi, CPLEX, CBC, GLPK, lp_solve,
* Reading solution files of those solvers.