https://github.com/msakai/haskell-mip
Libraries for reading/writing MIP problem files, invoking external MIP solvers, etc. in Haskell
https://github.com/msakai/haskell-mip
haskell mathematical-optimization mathematical-programming mixed-integer-programming
Last synced: 6 months ago
JSON representation
Libraries for reading/writing MIP problem files, invoking external MIP solvers, etc. in Haskell
- Host: GitHub
- URL: https://github.com/msakai/haskell-mip
- Owner: msakai
- Created: 2020-08-11T15:02:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T03:14:29.000Z (about 3 years ago)
- Last Synced: 2024-08-15T10:29:12.751Z (over 1 year ago)
- Topics: haskell, mathematical-optimization, mathematical-programming, mixed-integer-programming
- Language: Haskell
- Homepage:
- Size: 154 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# haskell-MIP
[](https://github.com/msakai/haskell-MIP/actions)
[](https://coveralls.io/github/msakai/haskell-MIP?branch=master)
This is a repoository for housing the `MIP` and related packages, for using Mixed Integer Programming (MIP) in Haskell.
* [MIP](MIP) ― Library for reading/writing MIP problem files, invoking external MIP solvers, etc.
* [MIP-glpk](MIP-glpk) ― GLPK backend for `MIP` package
They are spin-off of [toysolver](https://github.com/msakai/toysolver) project.