An example of using Gurobi to route vehicles
-
Start Python's webserver from the command line
make
-
Point your browser at http://localhost:8000
-
Add some orders in the demo area.
-
Click "Compute Optimal Delivery Route" to find the optimal routes.
To just solve the model (without running a web server) do:
make test