English

Reassembling trees for the traveling salesman

Discrete Mathematics 2016-01-06 v2 Data Structures and Algorithms Combinatorics

Abstract

Many recent approximation algorithms for different variants of the traveling salesman problem (asymmetric TSP, graph TSP, s-t-path TSP) exploit the well-known fact that a solution of the natural linear programming relaxation can be written as convex combination of spanning trees. The main argument then is that randomly sampling a tree from such a distribution and then completing the tree to a tour at minimum cost yields a better approximation guarantee than simply taking a minimum cost spanning tree (as in Christofides' algorithm). We argue that an additional step can help: reassembling the spanning trees before sampling. Exchanging two edges in a pair of spanning trees can improve their properties under certain conditions. We demonstrate the usefulness for the metric s-t-path TSP by devising a deterministic polynomial-time algorithm that improves on Seb\H{o}'s previously best approximation ratio of 8/5.

Keywords

Cite

@article{arxiv.1502.03715,
  title  = {Reassembling trees for the traveling salesman},
  author = {Jens Vygen},
  journal= {arXiv preprint arXiv:1502.03715},
  year   = {2016}
}

Comments

minor revision, final version, to appear in SIAM Journal of Discrete Mathematics, please use color printer

R2 v1 2026-06-22T08:28:31.560Z