English

Nearly ETH-Tight Algorithms for Planar Steiner Tree with Terminals on Few Faces

Data Structures and Algorithms 2018-11-19 v1

Abstract

The Planar Steiner Tree problem is one of the most fundamental NP-complete problems as it models many network design problems. Recall that an instance of this problem consists of a graph with edge weights, and a subset of vertices (often called terminals); the goal is to find a subtree of the graph of minimum total weight that connects all terminals. A seminal paper by Erickson et al. [Math. Oper. Res., 1987] considers instances where the underlying graph is planar and all terminals can be covered by the boundary of kk faces. Erickson et al. show that the problem can be solved by an algorithm using nO(k)n^{O(k)} time and nO(k)n^{O(k)} space, where nn denotes the number of vertices of the input graph. In the past 30 years there has been no significant improvement of this algorithm, despite several efforts. In this work, we give an algorithm for Planar Steiner Tree with running time 2O(k)nO(k)2^{O(k)} n^{O(\sqrt{k})} using only polynomial space. Furthermore, we show that the running time of our algorithm is almost tight: we prove that there is no f(k)no(k)f(k)n^{o(\sqrt{k})} algorithm for Planar Steiner Tree for any computable function ff, unless the Exponential Time Hypothesis fails.

Keywords

Cite

@article{arxiv.1811.06871,
  title  = {Nearly ETH-Tight Algorithms for Planar Steiner Tree with Terminals on Few Faces},
  author = {Sándor Kisfaludi-Bak and Jesper Nederlof and Erik Jan van Leeuwen},
  journal= {arXiv preprint arXiv:1811.06871},
  year   = {2018}
}

Comments

32 pages, 8 figures, accepted at SODA 2019

R2 v1 2026-06-23T05:18:17.757Z