Approximating Traveling Salesman Problems Using a Bridge Lemma
Martin B\"ohm, Zachary Friggstad, Tobias M\"omke, Joachim Spoerhase

TL;DR
This paper presents improved approximation algorithms for two variants of the metric Traveling Salesman Problem, utilizing a novel adaptation of the Bridge Lemma to achieve better bounds than previous trivial approximations.
Contribution
It introduces new approximation algorithms for Ordered TSP and k-Person TSP Path that surpass trivial bounds by adapting the Bridge Lemma in innovative ways.
Findings
Achieved a 1.878-approximation for Ordered TSP, improving over the trivial bound.
Achieved a 2.214-approximation for k-Person TSP Path, surpassing the previous 3-approximation.
Demonstrated the utility of a modified Bridge Lemma in vehicle routing problems.
Abstract
We give improved approximations for two metric Traveling Salesman Problem (TSP) variants. In Ordered TSP (OTSP) we are given a linear ordering on a subset of nodes . The TSP solution must have that is visited at some point after for each . This is the special case of Precedence-Constrained TSP () in which the precedence constraints are given by a single chain on a subset of nodes. In -Person TSP Path (k-TSPP), we are given pairs of nodes . The goal is to find an - path with minimum total cost such that every node is visited by at least one path. We obtain a approximation for OTSP, the first improvement over a trivial approximation where is the current best TSP approximation. We also obtain a approximation for k-TSPP,…
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 · Constraint Satisfaction and Optimization
