Multiple-Source Multiple-Sink Maximum Flow in Directed Planar Graphs in Near-Linear Time
Glencora Borradaile, Philip N. Klein, Shay Mozes, Yahav Nussbaum,, Christian Wulff-Nilsen

TL;DR
This paper presents a near-linear time algorithm for computing maximum flow in directed planar graphs with multiple sources and sinks, improving efficiency over previous general graph algorithms.
Contribution
The paper introduces an O(n log^3 n) algorithm specifically for maximum flow in directed planar graphs with multiple sources and sinks, surpassing prior general graph methods.
Findings
Achieved near-linear time complexity for the problem
Improved upon previous algorithms for general graphs
Demonstrated efficiency in directed planar graph scenarios
Abstract
We give an O(n log^3 n) algorithm that, given an n-node directed planar graph with arc capacities, a set of source nodes, and a set of sink nodes, finds a maximum flow from the sources to the sinks. Previously, the fastest algorithms known for this problem were those for general graphs.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
