Use Edmonds-Karp to determine the max flow from s to t in the pictured graph. Assume neighbors are seen in alphabetical order.
/85
20
A
/75
/5
15
/100
/25
/50
10
B
/30
/5
/10
/10
/90
/75
100
/25
10
/75
/5
a. List the augmenting paths in the order you find them. For each one, state the amount by which you increased flow along the path. (You may not need all rows.)
Augmenting path
Flow increased
b. State the max flow from s to t in the graph
c. List the edges that comprise a min s,t-cut of the graph