Exercises Block1
Exercises Block1
Exercises Block1
1
3
Compute a maximum flow by means of the Ford-Fulkerson algorithm. Specify the residual network
before each augmentation.
Specify a minimum cut corresponding to the maximum flow.
Suppose that all edges have capacity 2, and the nodes have the following demands d(x) = 4, d(w) = 0,
d(u) = 3, d(v) = 1.
(a) Determine whether the graph admits a circluation. Proceed by reducing the circluation problem with
demands to a max flow problem, using the construction from the lecture.
(b) Assume that the edge w v has the lower bound 2, all other edges have the lower bound 0. Determine
whether the graph admits a circluation. Proceed by reducing the circluation problem with demands
and lower bounds to a max flow problem, using the construction from the lecture.
1
-2
1
3
5
4
2
7
-3
9-13
30
9-11
18
11-15
21
12-17
42
14-17
20
13-16
32
16-17
15