arXiv Analytics

Sign in

arXiv:1710.11250 [cs.DS]AbstractReferencesReviewsResources

Reachability Preservers: New Extremal Bounds and Approximation Algorithms

Amir Abboud, Greg Bodwin

Published 2017-10-30Version 1

In this paper we prove new results about the extremal structure of paths in directed graphs. Say we are given a directed graph $G = (V, E)$ on $n$ nodes, a set of sources $S \subseteq V$ of size $|S|=n^{1/3}$, and a subset $P \subseteq S \times V$ of pairs $(s,t)$ where $s \in S$, of size $O(n^{2/3})$, such that for all pairs $(s,t) \in P$, there is a path from $s$ to $t$. Our goal is to remove as many edges from $G$ as possible while maintaining the reachability of all pairs in $P$. How many edges will we have to keep? Can you always go down to $n^{1+o(1)}$ edges? Or maybe for some nasty graphs $G$ you cannot even go below the simple bound of $O(n^{4/3})$ edges? In this paper, we make polynomial progress in both the upper and lower bounds for these Reachability Preservers over bounds that were implicit in the literature. We show that in the above scenario, $O(n)$ edges will always be sufficient, and in general one is even guaranteed a subgraph on $O(n+\sqrt{n \cdot |P|\cdot |S|})$ edges that preserves the reachability of all pairs in $P$. We complement this with a lower bound graph construction, establishing that the above result fully characterizes the settings in which we are guaranteed a preserver of size $O(n)$. Moreover, we design an efficient algorithm that can always compute a preserver of existentially optimal size. The second contribution of this paper is a new connection between extremal graph sparsification results and classical Steiner Network Design problems. Surprisingly, prior to this work, the osmosis of techniques between these two fields had been superficial. This allows us to improve the state of the art approximation algorithms for the most basic Steiner-type problem in directed graphs from the $O(n^{0.6+\varepsilon})$ of Chlamatac, Dinitz, Kortsarz, and Laekhanukit (SODA'17) to $O(n^{0.577+\varepsilon})$.

Related articles: Most relevant | Search more
arXiv:1401.6000 [cs.DS] (Published 2014-01-23)
On computing the $2$-vertex-connected components of directed graphs
arXiv:1104.4597 [cs.DS] (Published 2011-04-24)
The Entropy Rounding Method in Approximation Algorithms
arXiv:2005.02530 [cs.DS] (Published 2020-05-05)
Approximation Algorithms for Multi-Robot Patrol-Scheduling with Min-Max Latency