/tankertrucks

Routing tanker trucks with integer progamming and Gurobi

Primary LanguageHTML

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