Graph-TSP from Steiner Cycles
Satoru Iwata, Alantha Newman, R. Ravi

TL;DR
This paper introduces a Steiner cycle-based approach for the graph TSP, combining classical algorithms to achieve improved tour length bounds under specific graph conditions.
Contribution
It presents a novel method integrating Steiner cycles with existing algorithms to find shorter TSP tours in graphs with certain spanning tree properties.
Findings
Achieves a TSP tour of length at most 4n/3 using Steiner cycles.
Shows graphs with Hamiltonian paths have TSP tours of length at most 4n/3.
Demonstrates that graphs with spanning trees with few leaves can have tours close to 4n/3.
Abstract
We present an approach for the traveling salesman problem with graph metric based on Steiner cycles. A Steiner cycle is a cycle that is required to contain some specified subset of vertices. For a graph , if we can find a spanning tree and a simple cycle that contains the vertices with odd-degree in , then we show how to combine the classic "double spanning tree" algorithm with Christofides' algorithm to obtain a TSP tour of length at most . We use this approach to show that a graph containing a Hamiltonian path has a TSP tour of length at most . Since a Hamiltonian path is a spanning tree with two leaves, this motivates the question of whether or not a graph containing a spanning tree with few leaves has a short TSP tour. The recent techniques of M\"omke and Svensson imply that a graph containing a depth-first-search tree with leaves has a TSP tour…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Packing Problems
