Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 936 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 936 Bytes

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]