Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 508 Bytes

Vagrant_README.md

File metadata and controls

9 lines (8 loc) · 508 Bytes

How to set up a SOL VM using Vagrant

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