Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 779 Bytes

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