Heuristic Capacitated Vehicle Routing Problem Solver
Clarke-Wright algorithm, a Capacitated Vehicle Routing Problem solver
Applying clarke_wright()
to CVRPLIB data
CVRPLIB problem instance downloader
List available CVRPLIB online data
Vehicle runs cost / distance
Vehicle run saving
Implements the Clarke-Wright algorithm to find a quasi-optimal solution to the Capacitated Vehicle Routing Problem. See Clarke, G. and Wright, J.R. (1964) <doi:10.1287/opre.12.4.568> for details. The implementation is accompanied by helper functions to inspect its solution.
Useful links