8000 GitHub - jpcenteno/vehicle-routing: 🚙 Vehicle routing (CVRP) algorithms.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jpcenteno/vehicle-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Routing Algorithms

This project contains four heuristics for the Capacitated Vehicle Routing Problem (CVRP).

The implemented heuristics are:

  • Clarke and Wright Savings.
  • Greedy algorithm.
  • Cluster First / Route second + Sweep Algorithm.
  • Cluster First / Route second + 2-opt.
  • Simulated Annealing.

This was made as part of our "Algorithms and Data Structures III" course, taught during the first semester of 2019 at the Faculty of Natural and Exact Sciences, University of Buenos Aires.

Compilar

make clean && make

Ejecutar el programa

Para ver un mensaje de ayuda:

./build/vrp --help

Para ejecutar uno de los algoritmos:

cat data/CASO_DE_PRUEBA.vrp | ./build/vrp --algo ALGORITMO

About

🚙 Vehicle routing (CVRP) algorithms.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages

0