- Run
vagrant up
in this directory - After vagrant completes, run
vagrant ssh
to make sure you can access the VM and see onos and gurobi folders in the home folder - Go to gurobi.com, make an account and request an academic license. You will get a license key
- On the VM, run
grbgetkey <your key here>
cd /sol
and make sure you see all the SOL files- Install SOL in dev mode using
pip install -e .
(Or simplypip install .
to avoid the dev mode)