Skip to content
/ ilpy Public

Unified python wrappers for popular ILP solvers

License

Notifications You must be signed in to change notification settings

funkelab/ilpy

Repository files navigation

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==9.1.0

Then clone the repo and install in editable mode.

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