Originally forked from https://github.com/mathomics/ecosystem.
This project uses uv for Python dependency management, Gurobi as an external LP solver, and Jupyter notebooks for analysis.
- Python >= 3.10.
- Gurobi Optimizer installed and a valid license.
- If
uvis not already installed, check the official installation guide for instructions.
Clone the repository. From the project's root, run:
uv sync
This will create a local virtual environment in .venv/ and install all Python dependencies defined in pyproject.toml.
WIP