Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T03:14:29.000Z (over 1 year ago)
- Last Synced: 2024-08-15T10:29:12.751Z (3 months 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
[![Build Status (GitHub Actions)](https://github.com/msakai/haskell-MIP/workflows/build/badge.svg)](https://github.com/msakai/haskell-MIP/actions)
[![Coverage Status](https://coveralls.io/repos/github/msakai/haskell-MIP/badge.svg?branch=master)](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` packageThey are spin-off of [toysolver](https://github.com/msakai/toysolver) project.