Integer Maximum Flow

Maximum flow problems involve finding a feasible flow through a flow network that is maximum. In this variant, the capacities must be integers.

Parameters

  • VV: number of vertices
  • EE: number of edges
  • UU: maximum edge capacity

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 3 of 3 algorithms

See more
Goldberg & Rao1997O(E1.5log(V2/E)logU)O(E^{1.5} \log(V^2/E) \log U)O(V+E)O(V + E)
Goldberg & Rao1997O(V0.66Elog(V2/E)logU)O(V^{0.66}E \log(V^2/E) \log U)O(V+E)O(V + E)
Ahuja, Orlin, Tarjan1987O(VElog((VlogU)/(EloglogU)+2))O(VE \log((V \log U)/(E \log \log U) + 2))

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table