Fixed-Parameter Algorithms for Rectilinear Steiner tree and Rectilinear Traveling Salesman Problem in the plane
Abstract
Given a set of points with their pairwise distances, the traveling salesman problem (TSP) asks for a shortest tour that visits each point exactly once. A TSP instance is rectilinear when the points lie in the plane and the distance considered between two points is the distance. In this paper, a fixed-parameter algorithm for the Rectilinear TSP is presented and relies on techniques for solving TSP on bounded-treewidth graphs. It proves that the problem can be solved in where denotes the number of horizontal lines containing the points of . The same technique can be directly applied to the problem of finding a shortest rectilinear Steiner tree that interconnects the points of providing a time complexity. Both bounds improve over the best time bounds known for these problems.
Cite
@article{arxiv.1512.06649,
title = {Fixed-Parameter Algorithms for Rectilinear Steiner tree and Rectilinear Traveling Salesman Problem in the plane},
author = {Hadrien Cambazard and Nicolas Catusse},
journal= {arXiv preprint arXiv:1512.06649},
year = {2019}
}
Comments
24 pages, 13 figures, 6 tables