Answer:
The given statement for the minimum cut (A, B) as per the new capacities is false
Step-by-step explanation:
Assume a graph whose vertices are s, v1, v2, v3, m, t.
The edges for each i would be (s, vi) and (vi, m).
Also, there is as edge (m, t).
The capacity for the all the edges is 1 except the edge (m, t).
The capacity of the edge (m, t) is 4.
Now set A and B as follows:
A = {s}
B = V – A.
This will result the minimum cut of capacity 3.
But if one is added to the capacity of each edge, then the above cut will result with the capacity of 6.
This 6 is larger than the capacity of 4 which is obtained by the following:
B = {t}
A = V – B.
Thus, the given statement for the minimum cut (A, B) as per the new capacities is false