Sheet 7: Problem
Sheet 7: Problem
Problem (1)
Consider the following network G, where the initial flow in the network = 0, find the
maximum flow from S to T by applying the Ford-Fulkerson algorithm.
0, 5
A B 0, 7
0, 10
2
8 T
0,
S 0,
C D
0, 10
0, 8
0, 10
Problem (2)
(I) Which of the following claims are true and which are false? Correct the false
statement if exists.
(a) Residual network contains only the arcs with non-negative residual capacity.
(b) The maximum flow from the source A to the sink M equals to the
maximum capacity among all A-M cuts.
(c) The value of any flow is less than or equal to the capacity of any cut in the
network.
(II) Consider the network shown below;
-1-
(a) Specify four s-t cuts in the network, each containing four forward arcs. List the
Capacity, residual capacity, and the flow across each cut.
(b) Draw the residual network for the given network and list all augmenting paths
from node s to node t.
Problem (3)
Solve the maximum flow problem in the following figure by labelling algorithm,
augmenting flow along the longest path in the residual network (i.e. the path containing the
maximum number of arcs).
-2-
Problem (4)
Use the labeling algorithm to establish a maximum flow in the given undirected network.
Show the residual network at the end of each augmentation and specify the minimum cut
that the algorithm obtain when it terminates.
-3-