Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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` package

They are spin-off of [toysolver](https://github.com/msakai/toysolver) project.