/CapacityVehicleRoutingProblem

Implementation of different algorithms for solving the Capacity Vehicle Routing Problem, one of the main problems in combinatorial optimization.

Primary LanguageJavaMIT LicenseMIT

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