Questions: Network Flows: Maximum Flow and Minimum Cut

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You find a flow in a network with value 12. You also identify a cut of capacity 12. What can you conclude?

AThe flow might be improvable; you need to keep running Ford-Fulkerson
BThe flow is maximum and the cut is minimum — each is a certificate proving the other
CThe cut capacity gives a lower bound, so the maximum flow could be higher than 12
DYou have confirmed the flow is feasible, but optimality requires checking all cuts
Question 2 Multiple Choice

What is the purpose of backward edges in the residual graph during Ford-Fulkerson?

AThey represent unused capacity in the original forward direction
BThey allow the algorithm to undo and reroute earlier flow assignments that turned out to be suboptimal
CThey indicate edges where the original graph allows bidirectional flow
DThey are only generated when the source and sink are disconnected
Question 3 True / False

In a flow network, a cut of small capacity provides a lower bound on the maximum possible flow.

TTrue
FFalse
Question 4 True / False

When Ford-Fulkerson terminates — finding no augmenting path in the residual graph — the current flow value is guaranteed to equal the capacity of some cut in the network.

TTrue
FFalse
Question 5 Short Answer

Why is the max-flow min-cut theorem described as providing a 'certificate of optimality'? What two things does it simultaneously produce, and why does that matter?

Think about your answer, then reveal below.