English

The Complexity Landscape of Fixed-Parameter Directed Steiner Network Problems

Data Structures and Algorithms 2022-11-11 v5

Abstract

Given a directed graph GG and a list (s1,t1),,(sd,td)(s_1,t_1),\dots,(s_d,t_d) of terminal pairs, the Directed Steiner Network problem asks for a minimum-cost subgraph of GG that contains a directed sitis_i\to t_i path for every 1ik1\le i \le k. The special case Directed Steiner Tree (when we ask for paths from a root rr to terminals t1,,tdt_1,\dots,t_d) is known to be fixed-parameter tractable parameterized by the number of terminals, while the special case Strongly Connected Steiner Subgraph (when we ask for a path from every tit_i to every other tjt_j) is known to be W[1]-hard. We systematically explore the complexity landscape of directed Steiner problems to fully understand which other special cases are FPT or W[1]-hard. Formally, if H\mathcal{H} is a class of directed graphs, then we look at the special case of Directed Steiner Network where the list (s1,t1),,(sd,td)(s_1,t_1),\dots,(s_d,t_d) of requests form a directed graph that is a member of H\mathcal{H}. Our main result is a complete characterization of the classes H\mathcal{H} resulting in fixed-parameter tractable special cases: we show that if every pattern in H\mathcal{H} has the combinatorial property of being "transitively equivalent to a bounded-length caterpillar with a bounded number of extra edges," then the problem is FPT, and it is W[1]-hard for every recursively enumerable H\mathcal{H} not having this property. This complete dichotomy unifies and generalizes the known results showing that Directed Steiner Tree is FPT [Dreyfus and Wagner, Networks 1971], qq-Root Steiner Tree is FPT for constant qq [Such\'y, WG 2016], Strongly Connected Steiner Subgraph is W[1]-hard [Guo et al., SIAM J. Discrete Math. 2011], and Directed Steiner Network is solvable in polynomial-time for constant number of terminals [Feldman and Ruhl, SIAM J. Comput. 2006], and moreover reveals a large continent of tractable cases that were not known before.

Keywords

Cite

@article{arxiv.1707.06808,
  title  = {The Complexity Landscape of Fixed-Parameter Directed Steiner Network Problems},
  author = {Andreas Emil Feldmann and Daniel Marx},
  journal= {arXiv preprint arXiv:1707.06808},
  year   = {2022}
}

Comments

Appeared at the 43rd International Colloquium on Automata, Languages, and Programming (ICALP 2016)

R2 v1 2026-06-22T20:53:44.127Z