English

An Enumerative Perspective on Connectivity

Data Structures and Algorithms 2024-12-25 v4 Discrete Mathematics

Abstract

Connectivity (or equivalently, unweighted maximum flow) is an important measure in graph theory and combinatorial optimization. Given a graph GG with vertices ss and tt, the connectivity λ(s,t)\lambda(s,t) from ss to tt is defined to be the maximum number of edge-disjoint paths from ss to tt in GG. Much research has gone into designing fast algorithms for computing connectivities in graphs. Previous work showed that it is possible to compute connectivities for all pairs of vertices in directed graphs with mm edges in O~(mω)\tilde{O}(m^\omega) time [Chueng, Lau, and Leung, FOCS 2011], where ω[2,2.3716)\omega \in [2,2.3716) is the exponent of matrix multiplication. For the related problem of computing "small connectivities," it was recently shown that for any positive integer kk, we can compute min(k,λ(s,t))\min(k,\lambda(s,t)) for all pairs of vertices (s,t)(s,t) in a directed graph with nn nodes in O~((kn)ω)\tilde{O}((kn)^\omega) time [Akmal and Jin, ICALP 2023]. In this paper, we present an alternate exposition of these O~(mω)\tilde{O}(m^\omega) and O~((kn)ω)\tilde{O}((kn)^\omega) time algorithms, with simpler proofs of correctness. Earlier proofs were somewhat indirect, introducing an elegant but ad hoc "flow vector framework" for showing correctness of these algorithms. In contrast, we observe that these algorithms for computing exact and small connectivity values can be interpreted as testing whether certain generating functions enumerating families of edge-disjoint paths are nonzero. This new perspective yields more transparent proofs, and ties the approach for these problems more closely to the literature surrounding algebraic graph algorithms.

Keywords

Cite

@article{arxiv.2310.12889,
  title  = {An Enumerative Perspective on Connectivity},
  author = {Shyan Akmal},
  journal= {arXiv preprint arXiv:2310.12889},
  year   = {2024}
}

Comments

29 pages, TheoretiCS journal version

R2 v1 2026-06-28T12:55:49.575Z