# The Kth Traveling Salesman Problem is Pseudopolynomial when TSP is   polynomial

**Authors:** Brahim Chaourar

arXiv: 1704.02782 · 2017-04-11

## TL;DR

This paper demonstrates that the Kth Traveling Salesman Problem becomes pseudopolynomial solvable when the classical TSP can be solved in polynomial time, highlighting a nuanced complexity relationship.

## Contribution

It establishes that KthTSP is pseudopolynomial under the condition that TSP is polynomial, providing new insights into the problem's complexity.

## Key findings

- KthTSP is NP-hard for fixed K.
- KthTSP is pseudopolynomial if TSP is polynomial.
- The result links TSP complexity to the KthTSP variant.

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.02782/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1704.02782/full.md

---
Source: https://tomesphere.com/paper/1704.02782