ilpy

Python wrappers for popular MIP solvers.


License
MIT
Install
pip install ilpy==0.4.0

Documentation

ilpy

License Anaconda PyPI CI codecov

Unified python wrappers for popular ILP solvers

Installation

conda install -c funkelab ilpy

Local development

ilpy links against SCIP, so you must have SCIP installed in your environment. (You can install via conda)

conda install scip

Then clone the repo and install in editable mode.

git clone <your-fork>
cd ilpy
pip install -e .[dev]