Skip to content

A python script which solves the capacity vehicle routing problem, by formulating it as an integer programming problem

Notifications You must be signed in to change notification settings

varundesai10/routeoptimizer

Repository files navigation

routeoptimizer

A python script which solves the capacity vehicle routing problem, by formulating it as an integer programming problem

simply run master_file.py with the following command line arguments:

python3 master_file.py <.txt file with consumer data> <.txt file with agent data> <output name of final html file with routes>

sample .txt files also uploaded for consumer data and agent data, use them as tempelates to make your own files.

About

A python script which solves the capacity vehicle routing problem, by formulating it as an integer programming problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages