Approximating Traveling Salesman Problems Using a Bridge Lemma
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, the first improvement over a trivial -approximation. These algorithms both use an adaptation of the Bridge Lemma that was initially used to obtain improved Steiner Tree approximations [Byrka et al., 2013]. Roughly speaking, our variant states that the cost of a cheapest forest rooted at a given set of terminal nodes will decrease by a substantial amount if we randomly sample a set of non-terminal nodes to also become terminals such provided each non-terminal has a constant probability of being sampled. We believe this view of the Bridge Lemma will find further use for improved vehicle routing approximations beyond this paper.
Cite
@article{arxiv.2405.12876,
title = {Approximating Traveling Salesman Problems Using a Bridge Lemma},
author = {Martin Böhm and Zachary Friggstad and Tobias Mömke and Joachim Spoerhase},
journal= {arXiv preprint arXiv:2405.12876},
year = {2026}
}
Comments
v3: No textual changes since v2, only a license change