Questions: Network Flow Models and Feasibility

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which pair of constraints must every valid flow in a network satisfy?

AFlow on each edge equals its capacity AND total flow into source equals total flow out of sink
BFlow on each edge does not exceed its capacity AND inflow equals outflow at every internal vertex
CFlow on each edge is positive AND at least one path from source to sink is fully saturated
DInflow equals outflow at every vertex including source and sink AND no cycles carry flow
Question 2 Multiple Choice

A flow network has a minimum cut with capacity 7. What is the maximum possible flow value from source to sink?

AIt cannot be determined without knowing the individual edge capacities
BIt must be exactly 7, by the max-flow min-cut theorem
CIt must be at least 7, since the cut is a lower bound
DIt is at most 7 but may be less depending on the network structure
Question 3 True / False

The maximum flow through a network can exceed the minimum cut capacity if the network has enough parallel paths from source to sink.

TTrue
FFalse
Question 4 True / False

A flow that sends zero units along every edge is always a valid feasible flow in any network.

TTrue
FFalse
Question 5 Short Answer

What does flow conservation mean in a network flow model, and why is it a necessary constraint for the model to represent real-world routing problems?

Think about your answer, then reveal below.