Maximum Integer Flows in Directed Planar Graphs with Multiple Sources and Sinks and Vertex Capacities
Yipu Wang

TL;DR
This paper introduces three efficient algorithms for maximum flow problems in directed planar graphs with multiple sources, sinks, and capacities, improving computational times especially for small terminal counts and bounded capacities.
Contribution
The paper presents three novel algorithms for maximum flow in planar graphs with multiple sources, sinks, and capacities, achieving near-linear and polynomial time complexities under various conditions.
Findings
First algorithm solves vertex-disjoint paths in near-linear time for bounded capacities.
Second algorithm handles larger capacities with polynomial time complexity.
Third algorithm efficiently computes flows for three terminals with real capacities.
Abstract
We consider the problem of finding maximum flows in planar graphs with capacities on both vertices and edges and with multiple sources and sinks. We present three algorithms when the capacities are integers. The first algorithm runs in time when all capacities are bounded, where is the number of vertices in the graph and is the number of terminals. This algorithm is the first to solve the vertex-disjoint paths problem in near-linear time when is bounded but larger than 2. The second algorithm runs in time, where is the largest finite capacity of a single vertex and is the maximum degree of a vertex. Finally, when , we present an algorithm that runs in time; this algorithm works even when the capacities are arbitrary reals. Our algorithms improve on the fastest previously known…
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
