PDA

View Full Version : Flow Network Capacity Augmentation


mXSCNT
Mar7-09, 11:45 PM
Suppose that you have a flow network (http://en.wikipedia.org/wiki/Flow_network) with integer edge capacities, and n dollars. You may spend one dollar to increase the capacity of an existing edge by one. The question is, how can you spend your dollars so that the maximum flow through the resulting network is maximized?

bpet
Mar8-09, 07:35 AM
Suppose that you have a flow network (http://en.wikipedia.org/wiki/Flow_network) with integer edge capacities, and n dollars. You may spend one dollar to increase the capacity of an existing edge by one. The question is, how can you spend your dollars so that the maximum flow through the resulting network is maximized?

The max-flow min-cut theorem might be a good place to start in constructing a spending strategy.