English

From Chinese Postman to Salesman and Beyond II: Inapproximability and Parameterized Complexity

Data Structures and Algorithms 2025-02-27 v1 Computational Complexity

Abstract

A well-studied continuous model of graphs considers each edge as a continuous unit-length interval of points. In the problem δ\delta-Tour defined within this model, the objective to find a shortest tour that comes within a distance of δ\delta of every point on every edge. This parameterized problem was introduced in the predecessor to this article and shown to be essentially equivalent to the Chinese Postman problem for δ=0\delta = 0, to the graphic Travel Salesman Problem (TSP) for δ=1/2\delta = 1/2, and close to first Vertex Cover and then Dominating Set for even larger δ\delta. Moreover, approximation algorithms for multiple parameter ranges were provided. In this article, we provide complementing inapproximability bounds and examine the fixed-parameter tractability of the problem. On the one hand, we show the following: (1) For every fixed 0<δ<3/20 < \delta < 3/2, the problem δ\delta-Tour is APX-hard, while for every fixed δ3/2\delta \geq 3/2, the problem has no polynomial-time o(logn)o(\log{n})-approximation unless P = NP. Our techniques also yield the new result that TSP remains APX-hard on cubic (and even cubic bipartite) graphs. (2) For every fixed 0<δ<3/20 < \delta < 3/2, the problem δ\delta-Tour is fixed-parameter tractable (FPT) when parameterized by the length of a shortest tour, while it is W[2]-hard for every fixed δ3/2\delta \geq 3/2 and para-NP-hard for δ\delta being part of the input. On the other hand, if δ\delta is considered to be part of the input, then an interesting nontrivial phenomenon occurs when δ\delta is a constant fraction of the number of vertices: (3) If δ\delta is part of the input, then the problem can be solved in time f(k)nO(k)f(k)n^{O(k)}, where k=n/δk = \lceil n/\delta \rceil; however, assuming the Exponential-Time Hypothesis (ETH), there is no algorithm that solves the problem and runs in time f(k)no(k/logk)f(k)n^{o(k/\log k)}.

Keywords

Cite

@article{arxiv.2502.18541,
  title  = {From Chinese Postman to Salesman and Beyond II: Inapproximability and Parameterized Complexity},
  author = {Fabian Frei and Ahmed Ghazy and Tim A. Hartmann and Florian Hörsch and Dániel Marx},
  journal= {arXiv preprint arXiv:2502.18541},
  year   = {2025}
}

Comments

This is the second part of a two-part submission, splitting arXiv:2410.10613v1. A preliminary version of the two articles has appeared under the title "Chinese Postman to Salesman and Beyond: Shortest Tour {\delta}-Covering All Points on All Edges" in the 35th International Symposium on Algorithms and Computation (ISAAC 2024)

R2 v1 2026-06-28T21:57:48.954Z