You are on page 1of 4

Maximum Flow Problem

Assume

– Source(a node-server) produces the material (packets) at a


steady rate

– Sink(another node-peer) consumes the material(packet) at a


steady rate

What is the maximum net flow from s(source) to t(sink)?

Sol:

• Start with zero flow

• Repeat until convergence:

– Find an augmenting path, from s to t along which we can push


more flow

– Augment flow along this path

You might also like