English

Steiner Connectivity Augmentation and Splitting-off in Poly-logarithmic Maximum Flows

Data Structures and Algorithms 2022-11-11 v1

Abstract

We give an almost-linear time algorithm for the Steiner connectivity augmentation problem: given an undirected graph, find a smallest (or minimum weight) set of edges whose addition makes a given set of terminals τ\tau-connected (for any given τ>0\tau > 0). The running time of our algorithm is dominated by polylogarithmic calls to any maximum flow subroutine; using the recent almost-linear time maximum flow algorithm (Chen et al., FOCS 2022), we get an almost-linear running time for our algorithm as well. This is tight up to the polylogarithmic factor even for just two terminals. Prior to our work, an almost-linear (in fact, near-linear) running time was known only for the special case of global connectivity augmentation, i.e., when all vertices are terminals (Cen et al., STOC 2022). We also extend our algorithm to the closely related Steiner splitting-off problem, where the edges incident on a vertex have to be {\em split-off} while maintaining the (Steiner) connectivity of a given set of terminals. Prior to our work, a nearly-linear time algorithm was known only for the special case of global connectivity (Cen et al., STOC 2022). The only known generalization beyond global connectivity was to preserve all pairwise connectivities using a much slower algorithm that makes nn calls to an all-pairs maximum flow (or Gomory-Hu tree) subroutine (Lau and Yung, SICOMP 2013), as against polylog(n) calls to a (single-pair) maximum flow subroutine in this work.

Keywords

Cite

@article{arxiv.2211.05769,
  title  = {Steiner Connectivity Augmentation and Splitting-off in Poly-logarithmic Maximum Flows},
  author = {Ruoxu Cen and William He and Jason Li and Debmalya Panigrahi},
  journal= {arXiv preprint arXiv:2211.05769},
  year   = {2022}
}

Comments

To appear in SODA 2023

R2 v1 2026-06-28T05:37:31.594Z