Links
- AILS-II: AILS-II (Adaptive Iterated Local Search) is a state-of-the-art heuristic for the CVRP.
- CVRPSEP package: A collection of routines, written in the C programming language, for the separation of various classes of cuts in branch-and-cut algorithms for the CVRP
- VRPSolver: A state-of-the-art BCP algorithm for the CVRP and several other variants
- VRPSolverEasy: A simple Python interface for VRPSolver that supports routing problems with familiar elements like depots, customers, links, and vehicle types
- HGS-CVRP: A state-of-the-art heuristic for the CVRP
- ILS-SP-CVRP: A matheuristic for the CVRP
- DIMACS Implementation Challenge on CVRP: A computational challenge focused on testing and comparing algorithms for vehicle routing problems variants.
- CVRPLIB.jl: A reader in Julia for the CVRPLib instances
- CVRPLIB: A reader in Python for the CVRPLib instances