English

A subexponential parameterized algorithm for Directed Subset Traveling Salesman Problem on planar graphs

Data Structures and Algorithms 2022-10-03 v2

Abstract

There are numerous examples of the so-called ``square root phenomenon'' in the field of parameterized algorithms: many of the most fundamental graph problems, parameterized by some natural parameter kk, become significantly simpler when restricted to planar graphs and in particular the best possible running time is exponential in O(k)O(\sqrt{k}) instead of O(k)O(k) (modulo standard complexity assumptions). We consider a classic optimization problem Subset Traveling Salesman, where we are asked to visit all the terminals TT by a minimum-weight closed walk. We investigate the parameterized complexity of this problem in planar graphs, where the number k=Tk=|T| of terminals is regarded as the parameter. We show that Subset TSP can be solved in time 2O(klogk)nO(1)2^{O(\sqrt{k}\log k)}\cdot n^{O(1)} even on edge-weighted directed planar graphs. This improves upon the algorithm of Klein and Marx [SODA 2014] with the same running time that worked only on undirected planar graphs with polynomially large integer weights.

Keywords

Cite

@article{arxiv.1707.02190,
  title  = {A subexponential parameterized algorithm for Directed Subset Traveling Salesman Problem on planar graphs},
  author = {Dániel Marx and Marcin Pilipczuk and Michał Pilipczuk},
  journal= {arXiv preprint arXiv:1707.02190},
  year   = {2022}
}

Comments

Paper published at SIAM J. Comput. The Steiner Tree part will be moved to a separate paper

R2 v1 2026-06-22T20:40:46.904Z