Critical Edges and Bottleneck Edges in a Flow Network (Max-Flow/Min-Cut Problem)

3.6k views Asked by At

A critical edge in a flow network G = (V,E) is defined as an edge such that decreasing the capacity of this edge leads to a decrease of the maximum flow. On the other hand, a bottleneck edge is an edge such that an increase in its capacity also leads to an increase in the maximum flow in the network. Are all critical edges also bottleneck edges? I am having trouble proving this or giving a counterexample.

I would appreciate any help on this!

1

There are 1 answers

3
ADdV On BEST ANSWER

Nope

Consider a simple graph: 1 -> 2 -> 3 in which both edges have the same weight. Both of these edges are critical, but neither is a bottleneck.