The Kth Traveling Salesman Problem is Pseudopolynomial when TSP is polynomial

Brahim Chaourar
DOI: https://doi.org/10.48550/arXiv.1704.02782
2017-04-10
Combinatorics
Abstract:Given an undirected graph $G=(V, E)$ with a weight function $c\in R^E$, and a positive integer $K$, the Kth Traveling Salesman Problem (KthTSP) is to find $K$ Hamilton cycles $H_1, H_2, , ..., H_K$ such that, for any Hamilton cycle $H\not \in \{H_1, H_2, , ..., H_K \}$, we have $c(H)\geq c(H_i), i=1, 2, ..., K$. This problem is NP-hard even for $K$ fixed. We prove that KthTSP is pseudopolynomial when TSP is polynomial.
What problem does this paper attempt to address?