Tight Bounds for Planar Strongly Connected Steiner Subgraph with Fixed Number of Terminals (and Extensions)
Abstract
(see paper for full abstract) Given a vertex-weighted directed graph and a set of terminals, the objective of the SCSS problem is to find a vertex set of minimum weight such that contains a path for each . The problem is NP-hard, but Feldman and Ruhl [FOCS '99; SICOMP '06] gave a novel algorithm for the SCSS problem, where is the number of vertices in the graph and is the number of terminals. We explore how much easier the problem becomes on planar directed graphs: - Our main algorithmic result is a algorithm for planar SCSS, which is an improvement of a factor of in the exponent over the algorithm of Feldman and Ruhl. - Our main hardness result is a matching lower bound for our algorithm: we show that planar SCSS does not have an algorithm for any computable function , unless the Exponential Time Hypothesis (ETH) fails. The following additional results put our upper and lower bounds in context: - In general graphs, we cannot hope for such a dramatic improvement over the algorithm of Feldman and Ruhl: assuming ETH, SCSS in general graphs does not have an algorithm for any computable function . - Feldman and Ruhl generalized their algorithm to the more general Directed Steiner Network (DSN) problem; here the task is to find a subgraph of minimum weight such that for every source there is a path to the corresponding terminal . We show that, assuming ETH, there is no time algorithm for DSN on acyclic planar graphs.
Keywords
Cite
@article{arxiv.1911.13161,
title = {Tight Bounds for Planar Strongly Connected Steiner Subgraph with Fixed Number of Terminals (and Extensions)},
author = {Rajesh Chitnis and Andreas Emil Feldmann and MohammadTaghi Hajiaghayi and Dániel Marx},
journal= {arXiv preprint arXiv:1911.13161},
year = {2019}
}
Comments
To appear in SICOMP. Extended abstract in SODA 2014. This version has a new author (Andreas Emil Feldmann), and the algorithm is faster and considerably simplified as compared to conference version