Improving Christofides' Algorithm for the s-t Path TSP
Hyung-Chan An, Robert Kleinberg, David B. Shmoys

TL;DR
This paper introduces a modified Christofides' algorithm for the s-t path TSP that uses an optimal Held-Karp relaxation solution for initial spanning tree selection, achieving a better approximation ratio and tighter integrality gap bounds.
Contribution
It proposes a novel modification to Christofides' algorithm that improves the approximation ratio for the s-t path TSP by leveraging the Held-Karp relaxation.
Findings
Achieves a (1+sqrt(5))/2-approximation ratio for the s-t path TSP.
Proves an upper bound of (1+sqrt(5))/2 on the integrality gap of the Held-Karp relaxation.
Applies techniques to other optimization problems like prize-collecting s-t path and unit-weight graphical metric TSP.
Abstract
We present a deterministic (1+sqrt(5))/2-approximation algorithm for the s-t path TSP for an arbitrary metric. Given a symmetric metric cost on n vertices including two prespecified endpoints, the problem is to find a shortest Hamiltonian path between the two endpoints; Hoogeveen showed that the natural variant of Christofides' algorithm is a 5/3-approximation algorithm for this problem, and this asymptotically tight bound in fact has been the best approximation ratio known until now. We modify this algorithm so that it chooses the initial spanning tree based on an optimal solution to the Held-Karp relaxation rather than a minimum spanning tree; we prove this simple but crucial modification leads to an improved approximation ratio, surpassing the 20-year-old barrier set by the natural Christofides' algorithm variant. Our algorithm also proves an upper bound of (1+sqrt(5))/2 on the…
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
Improving Christofides' Algorithm for the s-t Path TSP· youtube
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Vehicle Routing Optimization Methods
