-
Linux/MacOS only.
-
Install gurobi and prepare a license
-
Prepare Python environment We recommend to use anaconda.
conda env create -n SPREAD -f environment.yml
- Run
Use the appropriate flag to run an experiment or generate an evaluation plot:
python main.py [--FLAG]
├── results
│ ├── data # experiment data
│ └── figures # evaluation figures
├── src # source code
├── environment.yml # conda environment file
└── main.py # CLI entrance