Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 453 Bytes

Tanker Trucks

An example of using Gurobi to route vehicles

Running the example

  1. Start Python's webserver from the command line

    make
    
  2. Point your browser at http://localhost:8000

  3. Add some orders in the demo area.

  4. Click "Compute Optimal Delivery Route" to find the optimal routes.

Performing an optimization

To just solve the model (without running a web server) do:

make test