A Fast and Simple Algorithm for the Maximum Flow Problem

Published Online:https://doi.org/10.1287/opre.37.5.748

We present a simple sequential algorithm for the maximum flow problem on a network with n nodes, m arcs, and integer arc capacities bounded by U. Under the practical assumption that U is polynomially bounded in n, our algorithm runs in time O(nm + n2 log n). This result improves the previous best bound of O(nm log(n2/m)), obtained by Goldberg and Tarjan, by a factor of log n for networks that are both nonsparse and nondense without using any complex data structures. We also describe a parallel implementation of the algorithm that runs in O(n2 log U log p) time in the PRAM model with EREW and uses only p processors where p = ⌈m/n⌉.

INFORMS site uses cookies to store information on your computer. Some are essential to make our site work; Others help us improve the user experience. By using this site, you consent to the placement of these cookies. Please read our Privacy Statement to learn more.