English

Sublinear Algorithms and Lower Bounds for Metric TSP Cost Estimation

Data Structures and Algorithms 2020-06-11 v1

Abstract

We consider the problem of designing sublinear time algorithms for estimating the cost of a minimum metric traveling salesman (TSP) tour. Specifically, given access to a n×nn \times n distance matrix DD that specifies pairwise distances between nn points, the goal is to estimate the TSP cost by performing only sublinear (in the size of DD) queries. For the closely related problem of estimating the weight of a metric minimum spanning tree (MST), it is known that for any ε>0\varepsilon > 0, there exists an O~(n/εO(1))\tilde{O}(n/\varepsilon^{O(1)}) time algorithm that returns a (1+ε)(1 + \varepsilon)-approximate estimate of the MST cost. This result immediately implies an O~(n/εO(1))\tilde{O}(n/\varepsilon^{O(1)}) time algorithm to estimate the TSP cost to within a (2+ε)(2 + \varepsilon) factor for any ε>0\varepsilon > 0. However, no o(n2)o(n^2) time algorithms are known to approximate metric TSP to a factor that is strictly better than 22. On the other hand, there were also no known barriers that rule out the existence of (1+ε)(1 + \varepsilon)-approximate estimation algorithms for metric TSP with O~(n)\tilde{O}(n) time for any fixed ε>0\varepsilon > 0. In this paper, we make progress on both algorithms and lower bounds for estimating metric TSP cost. We also show that the problem of estimating metric TSP cost is closely connected to the problem of estimating the size of a maximum matching in a graph.

Keywords

Cite

@article{arxiv.2006.05490,
  title  = {Sublinear Algorithms and Lower Bounds for Metric TSP Cost Estimation},
  author = {Yu Chen and Sampath Kannan and Sanjeev Khanna},
  journal= {arXiv preprint arXiv:2006.05490},
  year   = {2020}
}

Comments

ICALP 2020

R2 v1 2026-06-23T16:11:26.890Z