Parameterized TSP: Beating the Average
Gregory Gutin, Viresh Patel

TL;DR
This paper extends Vizing's classic result by providing a fixed-parameter tractable algorithm that determines whether a Hamilton cycle exists with weight significantly below the average, for any edge weighting of the complete graph.
Contribution
It introduces a polynomial-time algorithm for the generalized Vizing problem, deciding if a Hamilton cycle of weight at most the average minus a fixed parameter exists.
Findings
Algorithm runs in polynomial time for fixed k
Decides existence of Hamilton cycle below average minus k
Generalizes Vizing's original result
Abstract
In the Travelling Salesman Problem (TSP), we are given a complete graph together with an integer weighting on the edges of , and we are asked to find a Hamilton cycle of of minimum weight. Let denote the average weight of a Hamilton cycle of for the weighting . Vizing (1973) asked whether there is a polynomial-time algorithm which always finds a Hamilton cycle of weight at most . He answered this question in the affirmative and subsequently Rublineckii (1973) and others described several other TSP heuristics satisfying this property. In this paper, we prove a considerable generalisation of Vizing's result: for each fixed , we give an algorithm that decides whether, for any input edge weighting of , there is a Hamilton cycle of of weight at most (and constructs such a cycle if it exists). For fixed, the running…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Constraint Satisfaction and Optimization · Complexity and Algorithms in Graphs
