Chapter 7: Q22E (page 243)
In a particular network G = (V, E) whose edges have integer capacities ce, we have already found the maximum flow f from node to node t. However, we now find out that one of the capacity values we used was wrong: for edge (u, v) we used cuv whereas it should have been cuv. -1 This is unfortunate because the flow f uses that particular edge at full capacity: f = c.
We could redo the flow computation from scratch, but there’s a faster way. Show how a new optimal flow can be computed in time.
Short Answer
The flow that meets the new capacity restriction and has size F - 1. Under the new capacity limit, it has its optimal flow.