An Approximation Algorithm for Distance-Constrained Vehicle Routing on Trees
Marc Dufay, Claire Mathieu, Hang Zhou

TL;DR
This paper presents a simple approximation algorithm for the distance-constrained vehicle routing problem on trees, achieving a ratio of approximately 1.691, improving previous bounds, with a novel analysis based on online bin packing reduction.
Contribution
It introduces a natural approximation algorithm for tree DVRP with a tight analysis using a new reduced length concept, improving the approximation ratio from 2 to about 1.691.
Findings
Approximation ratio of about 1.691 for tree DVRP
Algorithm's analysis is tight and based on bin packing reduction
Polynomial runtime in number of terminals and distance constraint
Abstract
In the Distance-constrained Vehicle Routing Problem (DVRP), we are given a graph with integer edge weights, a depot, a set of terminals, and a distance constraint . The goal is to find a minimum number of tours starting and ending at the depot such that those tours together cover all the terminals and the length of each tour is at most . The DVRP on trees is of independent interest, because it is equivalent to the virtual machine packing problem on trees studied by Sindelar et al. [SPAA'11]. We design a simple and natural approximation algorithm for the tree DVRP, parameterized by . We show that its approximation ratio is , where , and in addition, that our analysis is essentially tight. The running time is polynomial in and . The approximation ratio improves on the ratio of 2 due to Nagarajan and Ravi…
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
TopicsOptimization and Search Problems · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
