Core Concepts
For planar point sets contained in narrow strips, the complexity of the Euclidean Traveling Salesman Problem depends on the strip width. Efficient fixed-parameter tractable algorithms are presented that exploit the geometric structure of the problem.
Abstract
The paper investigates the complexity of the Euclidean Traveling Salesman Problem (TSP) for planar point sets that are contained in narrow strips. The key findings are:
For points with distinct integer x-coordinates in a strip of width δ ≤ 2√2, a shortest bitonic tour is guaranteed to be a shortest tour overall. This bound is shown to be best possible.
For sparse point sets, where each 1 × δ rectangle inside the strip contains O(1) points, an efficient fixed-parameter tractable algorithm is presented. The algorithm has a running time of 2O(√δ)n + O(δ2n2) and generalizes to higher dimensions.
For random point sets drawn uniformly from the strip [0, n] × [0, δ], a similar algorithm has an expected running time of 2O(√δ)n, which is linear if δ = O(1).
The paper provides a detailed analysis of how the complexity of Euclidean TSP depends on the strip width δ, demonstrating that for "almost 1-dimensional" point sets, the problem becomes significantly easier to solve exactly compared to the general 2D case.