English

Brief announcement: A special case of maximum flow over time with network changes

Data Structures and Algorithms 2026-05-04 v1

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 nn nodes, mm edges, and μ\mu {\em critical times} where some edge capacity changes, we obtain a cTEN with O(n2μ)O(n^2\mu) nodes and O(μmn)O(\mu mn) edges. This implies that the problem can be solved in O(μ2n3m)O(\mu^2n^3m) time using the combinatorial max flow algorithm of Orlin [Orl13], or in O(μ(1+o(1))(nm)1+o(1)log(UT))O(\mu^{(1+o(1))}(nm)^{1+o(1)}\log (UT)) time using the algorithm of Chen et al. [CKL+22], where UU is the maximum capacity of any edge and TT is the time horizon. We focus on graphs that experience many time changes across the period of interest, as in such graphs the μ\mu term dominates the runtime.

Keywords

Cite

@article{arxiv.2605.00277,
  title  = {Brief announcement: A special case of maximum flow over time with network changes},
  author = {Shuchi Chawla and Kristin Sheridan},
  journal= {arXiv preprint arXiv:2605.00277},
  year   = {2026}
}

Comments

to appear as a brief announcement in SAND 2026

R2 v1 2026-07-01T12:44:35.640Z