Skip to content

Routing tanker trucks with integer progamming and Gurobi

Notifications You must be signed in to change notification settings

samirsd/tankertrucks

 
 

Repository files navigation

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

About

Routing tanker trucks with integer progamming and Gurobi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.0%
  • Python 12.4%
  • JavaScript 10.6%
  • Makefile 1.0%