A New Approach for Approximating Directed Rooted Networks
Sarel Cohen, Lior Kamma, Aikaterini Niklanovits

TL;DR
This paper introduces the first approximation algorithm for the k-outconnected directed Steiner tree problem in graphs where most terminals have out-degree zero, achieving a ratio dependent on the size of the non-terminal set.
Contribution
It presents a novel randomized approximation algorithm tailored for a specific class of directed graphs, addressing a previously hard problem.
Findings
Achieves an approximation ratio of O(k|S| log |T|).
Runs in polynomial time with high probability.
Addresses a gap in algorithms for k-DST in specific graph classes.
Abstract
We consider the k-outconnected directed Steiner tree problem (k-DST). Given a directed edge-weighted graph , where , and an integer , the goal is to find a minimum cost subgraph of in which there are edge-disjoint -paths for every terminal . The problem is know to be NP-hard. Furthermore, the question on whether a polynomial time, subpolynomial approximation algorithm exists for -DST was answered negatively by Grandoni et al. (2018), by proving an approximation hardness of under . Inspired by modern day applications, we focus on developing efficient algorithms for -DST in graphs where terminals have out-degree , and furthermore constitute the vast majority in the graph. We provide the first approximation algorithm for -DST on such graphs, in which the approximation ratio depends…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInterconnection Networks and Systems · Formal Methods in Verification
