Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 954 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 954 Bytes

Capacity Vehicle Routing Problem

The Capacity Vehicle Routing Problem is one of the classical problems in combinatorial optimization. This project provides a solution for this problem using different algorithms and approaches.

Further information

If you want to read the full documentation and statistical results of this project, check the complete report (In Spanish)

Installing and running

All the implementation of the different algorithms is placed on the folder src/daa/project/cvrp.

Authors