Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 595 Bytes

File metadata and controls

14 lines (9 loc) · 595 Bytes

vehicle-routing-problem-time-windows-synchronized-visits

Python Gurobi based project about a Vehicle Routing Problem with time windows and synchronized visits.

Three Files:

  • main.py (main model and gurobi code)
  • data.py (all data)
  • color.py (for matplotlib customizations)

Further Explanation for this specific VRP:

It is a python solution for this inital problem "Heuristic solutions for the vehicle routing problem with time windows and synchronized visits" by Sohaib Afifi, Duc-Cuong Dang and Aziz Moukrim. Link: https://link.springer.com/article/10.1007/s11590-015-0878-3