Brief announcement: A special case of maximum flow over time with network changes
Shuchi Chawla, Kristin Sheridan

TL;DR
This paper introduces a method to efficiently compute maximum flow over time in networks with capacity changes at specific times by constructing a condensed network, enabling faster algorithms.
Contribution
It presents a novel construction of a condensed Time Expanded Network (cTEN) that preserves max flow values, improving computational efficiency for networks with many capacity change points.
Findings
Constructed cTEN with O(n^2μ) nodes and O(μmn) edges.
Achieved a max flow computation time of O(μ^2n^3m) using Orlin's algorithm.
Provided an alternative faster algorithm with time complexity O(μ^{(1+o(1))}(nm)^{1+o(1)} log(UT)).
Abstract
We consider the problem of finding the value of a maximum flow over time in a network with uniform edge lengths where the edge capacities change at specific time instants. To solve this problem, we show how to construct a condensed version of a Time Expanded Network (cTEN) whose standard max flow value is the same as the max flow over time on the original network. In particular, for a graph with nodes, edges, and {\em critical times} where some edge capacity changes, we obtain a cTEN with nodes and edges. This implies that the problem can be solved in time using the combinatorial max flow algorithm of Orlin [Orl13], or in time using the algorithm of Chen et al. [CKL+22], where is the maximum capacity of any edge and is the time horizon. We focus on graphs that experience many time…
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.
