Skip to content

Application of ORTools to solve Vehicle Routing Problem (VRP)

License

Notifications You must be signed in to change notification settings

codersUP/VRP-ORTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRP-ORTools

Solution of variants of the vehicle routing problem (VRP) through Or-Tools, a tool specialized in combinatorial optimization problems. The work carried out (you can find it here) can serve as a tutorial of said tool applied to problems of this type.

Dependencies

  • python3.8 or bigger is needed to run this notebook

  • To install Or-Tools run the following command:

    python -m pip install --upgrade --user ortools

Contributors

  • Carmen Irene Cabrera Rodríguez - cicr99
  • Enrique Martínez González - kikeXD
  • David Guaty Domínguez - Gu4ty
  • Richard García de la Osa - Regnod

About

Application of ORTools to solve Vehicle Routing Problem (VRP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published