English

Improved Online Reachability Preservers

Data Structures and Algorithms 2024-10-29 v1

Abstract

A reachability preserver is a basic kind of graph sparsifier, which preserves the reachability relation of an nn-node directed input graph GG among a set of given demand pairs PP of size P=p|P|=p. We give constructions of sparse reachability preservers in the online setting, where GG is given on input, the demand pairs (s,t)P(s, t) \in P arrive one at a time, and we must irrevocably add edges to a preserver HH to ensure reachability for the pair (s,t)(s, t) before we can see the next demand pair. Our main results are: -- There is a construction that guarantees a maximum preserver size of E(H)O(n0.72p0.56+n0.6p0.7+n).|E(H)| \le O\left( n^{0.72}p^{0.56} + n^{0.6}p^{0.7} + n\right). This improves polynomially on the previous online upper bound of O(min{np0.5,n0.5p})+nO( \min\{np^{0.5}, n^{0.5}p\}) + n, implicit in the work of Coppersmith and Elkin [SODA '05]. -- Given a promise that the demand pairs will satisfy PS×VP \subseteq S \times V for some vertex set SS of size S=:σ|S|=:\sigma, there is a construction that guarantees a maximum preserver size of E(H)O((npσ)1/2+n).|E(H)| \le O\left( (np\sigma)^{1/2} + n\right). A slightly different construction gives the same result for the setting PV×SP \subseteq V \times S. This improves polynomially on the previous online upper bound of O(σn)O( \sigma n) (folklore). All of these constructions are polynomial time, deterministic, and they do not require knowledge of the values of p,σp, \sigma, or SS. Our techniques also give a small polynomial improvement in the current upper bounds for offline reachability preservers, and they extend to a stronger model in which we must commit to a path for all possible reachable pairs in GG before any demand pairs have been received. As an application, we improve the competitive ratio for Online Unweighted Directed Steiner Forest to O(n3/5+ε)O(n^{3/5 + \varepsilon}).

Keywords

Cite

@article{arxiv.2410.20471,
  title  = {Improved Online Reachability Preservers},
  author = {Greg Bodwin and Tuong Le},
  journal= {arXiv preprint arXiv:2410.20471},
  year   = {2024}
}

Comments

SODA 2025

R2 v1 2026-06-28T19:37:11.898Z