Skip to content

kim0/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

 
 
 

Contributors

Languages

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