CristianAbrante / CapacityVehicleRoutingProblem

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Java 100.0%