English

On Directed Steiner Trees with Multiple Roots

Data Structures and Algorithms 2016-04-19 v1

Abstract

We introduce a new Steiner-type problem for directed graphs named \textsc{qq-Root Steiner Tree}. Here one is given a directed graph G=(V,A)G=(V,A) and two subsets of its vertices, RR of size qq and TT, and the task is to find a minimum size subgraph of GG that contains a path from each vertex of RR to each vertex of TT. The special case of this problem with q=1q=1 is the well known \textsc{Directed Steiner Tree} problem, while the special case with T=RT=R is the \textsc{Strongly Connected Steiner Subgraph} problem. We first show that the problem is W[1]-hard with respect to T|T| for any q2q \ge 2. Then we restrict ourselves to instances with RTR \subseteq T. Generalizing the methods of Feldman and Ruhl [SIAM J. Comput. 2006], we present an algorithm for this restriction with running time O(22q+4Tn2q+O(1))O(2^{2q+4|T|}\cdot n^{2q+O(1)}), i.e., this restriction is FPT with respect to T|T| for any constant qq. We further show that we can, without significantly affecting the achievable running time, loosen the restriction to only requiring that in the solution there are a vertex vv and a path from each vertex of RR to vv and from vv to each vertex of~TT. Finally, we use the methods of Chitnis et al. [SODA 2014] to show that the restricted version can be solved in planar graphs in O(2O(qlogq+Tlogq)nO(q))O(2^{O(q \log q+|T|\log q)}\cdot n^{O(\sqrt{q})}) time.

Keywords

Cite

@article{arxiv.1604.05103,
  title  = {On Directed Steiner Trees with Multiple Roots},
  author = {Ondřej Suchý},
  journal= {arXiv preprint arXiv:1604.05103},
  year   = {2016}
}

Comments

28 pages, 3 figures

R2 v1 2026-06-22T13:34:45.322Z