Final PDF
Final PDF
1. (20 points) For the following network, with edge capacities as shown, find the maximum flow
from s to t along with a minimum cut.
a
6
d
1
g
12
10
1
b
s
10
20
2
c
4
5
2. (20 points) There are many variations on the maximum flow problem. For the following
two natural generalizations, show how to solve the more general problem by reducing it
to the original max-flow problem (thereby showing that these problems also admit efficient
solutions).
There are multiple sources and multiple sinks, and we wish to maximize the flow between
all sources and sinks.
Both the edges and the vertices (except for s and t) have capacities. The flow into and
out of a vertex cannot exceed the capacity of the vertex.
3. (20 points) You are given the following data points in the plane
(1, 3), (2, 5), (3, 7), (5, 11), (7, 14), (8, 15), (10, 19)
You want to find a line that approximately passes through these points (no line is a perfect
fit). Write a linear program to find the line that minimizes the maximum absolute error
max |axi + byi c|
1i7