Fast Approximations for Metric-TSP via Linear Programming
Abstract
We develop faster approximation algorithms for Metric-TSP building on recent, nearly linear time approximation schemes for the LP relaxation [Chekuri and Quanrud, 2017]. We show that the LP solution can be sparsified via cut-sparsification techniques such as those of Benczur and Karger [2015]. Given a weighted graph G with m edges and n vertices, and ε > 0, our randomized algorithm outputs with high probability a (1+ε)-approximate solution to the LP relaxation whose support has O(n n /ε2) edges. The running time of the algorithm is \~O(m/ε2). This can be generically used to speed up algorithms that rely on the LP. For Metric-TSP, we obtain the following concrete result. For a weighted graph G with m edges and n vertices, and ε > 0, we describe an algorithm that outputs with high probability a tour of G with cost at most (1 + ε) 32 times the minimum cost tour of G in time \~O(m/ε2 + n1.5/ε3). Previous implementations of Christofides' algorithm [Christofides, 1976] require, for a 32-optimal tour, \~O(n2.5) time when the metric is explicitly given, or \~O(\m1.5, mn+n2.5\) time when the metric is given implicitly as the shortest path metric of a weighted graph.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.