Capacitated Vehicle Routing with Non-Uniform Speeds
Inge Li Gortz, Marco Molinaro, Viswanath Nagarajan, R. Ravi

TL;DR
This paper introduces a constant-factor approximation algorithm for the Heterogenous CVRP, a generalization of the vehicle routing problem with non-uniform vehicle speeds, using novel techniques like Level-Prim trees.
Contribution
It presents the first constant-factor approximation for Heterogenous CVRP, extending methods from TSP and scheduling to handle non-uniform vehicle speeds.
Findings
Developed a new Level-Prim MST construction.
Achieved a constant-factor approximation for Heterogenous TSP.
Extended the approach to Heterogenous CVRP with non-uniform speeds.
Abstract
The capacitated vehicle routing problem (CVRP) involves distributing (identical) items from a depot to a set of demand locations, using a single capacitated vehicle. We study a generalization of this problem to the setting of multiple vehicles having non-uniform speeds (that we call Heterogenous CVRP), and present a constant-factor approximation algorithm. The technical heart of our result lies in achieving a constant approximation to the following TSP variant (called Heterogenous TSP). Given a metric denoting distances between vertices, a depot r containing k vehicles with possibly different speeds, the goal is to find a tour for each vehicle (starting and ending at r), so that every vertex is covered in some tour and the maximum completion time is minimized. This problem is precisely Heterogenous CVRP when vehicles are uncapacitated. The presence of non-uniform speeds introduces…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Optimization and Search Problems · Optimization and Packing Problems
