Unified python wrappers for popular ILP solvers
conda install -c funkelab ilpy
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]