English

A New Approach for Approximating Directed Rooted Networks

Data Structures and Algorithms 2024-07-11 v1

Abstract

We consider the k-outconnected directed Steiner tree problem (k-DST). Given a directed edge-weighted graph G=(V,E,w)G=(V,E,w), where V={r}STV=\{r\}\cup S \cup T, and an integer kk, the goal is to find a minimum cost subgraph of GG in which there are kk edge-disjoint rtrt-paths for every terminal tTt\in T. The problem is know to be NP-hard. Furthermore, the question on whether a polynomial time, subpolynomial approximation algorithm exists for kk-DST was answered negatively by Grandoni et al. (2018), by proving an approximation hardness of Ω(T/logT)\Omega (|T|/\log |T|) under NPZPPNP\neq ZPP. Inspired by modern day applications, we focus on developing efficient algorithms for kk-DST in graphs where terminals have out-degree 00, and furthermore constitute the vast majority in the graph. We provide the first approximation algorithm for kk-DST on such graphs, in which the approximation ratio depends (primarily) on the size of SS. We present a randomized algorithm that finds a solution of weight at most O(kSlogT)\mathcal O(k|S|\log |T|) times the optimal weight, and with high probability runs in polynomial time.

Keywords

Cite

@article{arxiv.2407.07543,
  title  = {A New Approach for Approximating Directed Rooted Networks},
  author = {Sarel Cohen and Lior Kamma and Aikaterini Niklanovits},
  journal= {arXiv preprint arXiv:2407.07543},
  year   = {2024}
}
R2 v1 2026-06-28T17:35:30.830Z