Incremental Approximate Maximum Flow via Residual Graph Sparsification
Abstract
We give an algorithm that, with high probability, maintains a -approximate - maximum flow in undirected, uncapacitated -vertex graphs undergoing edge insertions in total update time, where is the maximum flow on the final graph. This is the first algorithm to achieve polylogarithmic amortized update time for dense graphs (), and more generally, for graphs where . At the heart of our incremental algorithm is the residual graph sparsification technique of Karger and Levine [STOC '02, SICOMP '15], originally designed for computing exact maximum flows in the static setting. Our main contributions are (i) showing how to maintain such sparsifiers for approximate maximum flows in the incremental setting and (ii) generalizing the cut sparsification framework of Fung et al. [STOC '11, SICOMP '19] from undirected graphs to balanced directed graphs.
Cite
@article{arxiv.2502.09105,
title = {Incremental Approximate Maximum Flow via Residual Graph Sparsification},
author = {Gramoz Goranci and Monika Henzinger and Harald Räcke and A. R. Sricharan},
journal= {arXiv preprint arXiv:2502.09105},
year = {2026}
}
Comments
v2: Our main result now holds against output-adaptive adversaries. v1 appeared at ICALP '25, and v2 accepted to TALG