English

Faster All-Pairs Minimum Cut: Bypassing Exact Max-Flow

Data Structures and Algorithms 2026-04-07 v2

Abstract

All-Pairs Minimum Cut (APMC) is a fundamental graph problem that asks to find a minimum s,ts,t-cut for every pair of vertices s,ts,t. A recent line of work on fast algorithms for APMC has culminated with a reduction of APMC to polylog(n)\mathrm{polylog}(n)-many max-flow computations. But unfortunately, no fast algorithms are currently known for exact max-flow in several standard models of computation, such as the cut-query model and the fully-dynamic model. Our main technical contribution is a sparsifier that preserves all minimum s,ts,t-cuts in an unweighted graph, and can be constructed using only approximate max-flow computations. We then use this sparsifier to devise new algorithms for APMC in unweighted graphs in several computational models: (i) a randomized algorithm that makes O~(n3/2)\tilde{O}(n^{3/2}) cut queries to the input graph; (ii) a deterministic fully-dynamic algorithm with n3/2+o(1)n^{3/2+o(1)} worst-case update time; and (iii) a randomized two-pass streaming algorithm with space requirement O~(n3/2)\tilde{O}(n^{3/2}). These results improve over the known bounds, even for (single pair) minimum s,ts,t-cut in the respective models.

Keywords

Cite

@article{arxiv.2511.10036,
  title  = {Faster All-Pairs Minimum Cut: Bypassing Exact Max-Flow},
  author = {Yotam Kenneth-Mordoch and Robert Krauthgamer},
  journal= {arXiv preprint arXiv:2511.10036},
  year   = {2026}
}

Comments

To appear in STOC 2026

R2 v1 2026-07-01T07:35:12.831Z