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.
-
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