Still inside the nix shell, launch the python script (it took around 2 hours for us to execute in parallel on our 16-core machine):
Still inside the nix shell, launch the python script `campaign.py`. It will prepare and launch in parallel the 105 experiments. Each experiment corresponds to one instance of `instance.py`.
```bash
python3 campaign.py
```
This step took around 2 hours for us to execute in parallel on our 16-core machine.
### 4. Analyse the results
Finally and still in the nix shell, run this Jupyter notebook to plot the graphs displayed in the article (~15-20mn):