Links
- AILS-II: AILS-II (Adaptive Iterated Local Search) heuristic for the CVRP.
- HGS-CVRP: A heuristic for the CVRP
- ILS-SP-CVRP: A heuristic for the CVRP
- SISR: Open-source C++ implementation of Slack Induction by String Removals for CVRP, VRPTW and some other variants
- VRPSolver: A BCP algorithm for the CVRP, VRPTW, and many other variants
- VRPSolverEasy: A simple Python interface for VRPSolver that supports routing problems with familiar elements like depots, customers, links, and vehicle types
- RouteOpt: A BCP algorithm for the CVRP and VRPTW
- CVRPSEP package: A collection of routines, written in the C programming language, for the separation of various classes of cuts in BC and BCP algorithms 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