Multiple-Source Single-Sink Maximum Flow in Directed Planar Graphs in O(diameter*n*log(n)) Time
Philip N. Klein, Shay Mozes

TL;DR
This paper introduces a novel algorithm for computing maximum flow in directed planar graphs with multiple sources and a single sink, achieving improved efficiency with an O(diameter * n * log(n)) runtime.
Contribution
The paper presents a new technique that significantly advances maximum flow computation in directed planar graphs with multiple sources, outperforming previous methods.
Findings
Achieves an O(diameter * n * log(n)) time complexity for the problem.
Introduces a novel technique deviating from traditional flow algorithms.
Provides theoretical improvements in maximum flow computation in planar graphs.
Abstract
We develop a new technique for computing maximum flow in directed planar graphs with multiple sources and a single sink that significantly deviates from previously known techniques for flow problems. This gives rise to an O(diameter*n*log(n)) algorithm for the problem.
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
