English

Parameterized Approximation Algorithms for TSP on Non-Metric Graphs

Data Structures and Algorithms 2025-12-02 v3

Abstract

The Traveling Salesman Problem (TSP) is a classic and extensively studied problem with numerous real-world applications in artificial intelligence and operations research. It is well-known that TSP admits a constant approximation ratio on metric graphs but becomes NP-hard to approximate within any computable function f(n)f(n) on general graphs. This disparity highlights a significant gap between the results on metric graphs and general graphs. Recent research has introduced some parameters to measure the ``distance'' of general graphs from being metric and explored Fixed-Parameter Tractable (FPT) approximation algorithms parameterized by these parameters. Two commonly studied parameters are pp, the number of vertices in triangles violating the triangle inequality, and qq, the minimum number of vertices whose removal results in a metric graph. In this paper, we present improved FPT approximation algorithms with respect to these two parameters. For pp, we propose an FPT algorithm with a 1.5-approximation ratio, improving upon the previous ratio of 2.5. For qq, we significantly enhance the approximation ratio from 11 to 3, advancing the state of the art in both cases. In addition, when pp (or qq) is a constant, we obtain a better approximation ratio.

Keywords

Cite

@article{arxiv.2503.03642,
  title  = {Parameterized Approximation Algorithms for TSP on Non-Metric Graphs},
  author = {Jingyang Zhao and Zimo Sheng and Mingyu Xiao},
  journal= {arXiv preprint arXiv:2503.03642},
  year   = {2025}
}

Comments

A preliminary version of this article was presented at AAAI 2026

R2 v1 2026-06-28T22:08:01.293Z