Almost-optimal parallel algorithms for exact maximum flow on directed graphs

Develop an almost-optimal parallel algorithm for exact maximum flow on general directed graphs that achieves m^{1+o(1)} work and m^{o(1)} depth in the parallel setting.

Background

The authors construct congestion-preserving DAG projections and show an efficient parallel reduction from exact maximum flow on directed graphs to n{o(1)}-approximate maximum flow on DAGs with near-optimal overhead. This positions the open problem within a simpler setting whose resolution would yield the desired almost-optimal parallel exact algorithm.

While near-optimal parallel bounds exist for approximate flow in special cases, achieving almost-optimal parallel work and depth for exact max flow on general directed graphs remains a central open challenge; the paper explicitly presents it as a major open problem and reduces it to approximation on DAGs.

References

Via the efficient parallel reduction in \Cref{thm:parallel construction intro}, we reduce major open problems of finding almost-optimal parallel algorithms for exact single-source shortest paths (SSSP) and maximum flow to easier settings, leading to a clean landscape of both problems.

DAG Projections: Reducing Distance and Flow Problems to DAGs  (2604.04752 - Haeupler et al., 6 Apr 2026) in Section 1.3, New Landscape of Parallel Shortest Paths and Maximum Flow