Faster Algorithms for the Generalized Network Flow Problem

  • Authors:
  • Terri L. Griffith;Mark A. Fuller;Gregory B. Northcraft;Tomasz Radzik

  • Affiliations:
  • -;-;-;-

  • Venue:
  • Mathematics of Operations Research
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

We consider the generalized network flow problem. Each arc e in the network has a gain factor γ(e). If f(e) units of flow enter arc e, then f(e)γ(e) units arrive at the other end of e. The objective is to maximize the net flow into one specific node, the sink. The constraints are the conservation of flow at nodes and the capacities of arcs. We present a combinatorial algorithm which solves this problem in O(m2(m + n log log B)log B) time, where n is the number of nodes, m is the number of arcs, and B is the largest integer used to represent the gain factors, the capacities, and the initial supplies at the nodes. If m is O(n4/3 - ε) and B is not extremely large, then our bound is better than the previous best upper bound for this problem. We also improve the best known upper bound for the approximate generalized flow problem by showing that a solution whose value is within a factor of 1 + ξ from the optimum can be computed in O(m(m + n log log B) log(1/ξ)) time plus O(mn2 log B) time for preprocessing.