Vehicle Routing with Subtours
Stephan Held, Jochen K\"onemann, Jens Vygen

TL;DR
This paper introduces a polynomial-time approximation algorithm for vehicle routing with subtours, enabling near-optimal delivery schedules with sub-contractor handovers within deadlines, applicable to practical logistics problems.
Contribution
It presents the first polynomial-time algorithm that approximates the minimum-cost feasible routing with subtours within a factor of (1+ε) and provides insights linking to shallow-light tree problems.
Findings
Algorithm guarantees delivery within (1+ε) times the deadline
Cost is within O(1 + 1/ε) of optimal
Feasibility decision is computationally easy
Abstract
When delivering items to a set of destinations, one can save time and cost by passing a subset to a sub-contractor at any point en route. We consider a model where a set of items are initially loaded in one vehicle and should be distributed before a given deadline {\Delta}. In addition to travel time and time for deliveries, we assume that there is a fixed delay for handing over an item from one vehicle to another. We will show that it is easy to decide whether an instance is feasible, i.e., whether it is possible to deliver all items before the deadline {\Delta}. We then consider computing a feasible tour of minimum cost, where we incur a cost per unit distance traveled by the vehicles, and a setup cost for every used vehicle. Our problem arises in practical applications and generalizes classical problems such as shallow-light trees and the bounded-latency problem. Our main result…
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.
