Exercise 05
Exercise 05
5. Exercise
Due: Friday, 25.11.2011, 10.00h sharp before the first lecture.
Exercise 15 6 points
Let C ⊆ Rn be a cone. Any set S ⊆ C is called a cone basis of C if the cone induced by the
elements of S equals C and every element is necessary for this proptery — i.e. if you remove an
element out of S it is not spanning the cone C anymore.
(a) Define two cone bases for R2 with different cardinalities.
(b) Prove or disprove: There are cones in Rn which have a basis with an infinite number of elements.
Exercise 16 6 points
Find an instance of the Disjoint Path Problem (see the lecture notes) that fulfills the distance
criterion but does not have a feasible solution.
Exercise 17 8 points
min c> x
X
s.t. xe ≥ κ(P ) − 1 ∀P partition of G
e∈E(P )
xe ≥ 0 ∀e ∈ E
(a) Show that the incidence vector of the edges of each Minimum Spanning Tree (MST) of G is a
feasible solution for the LP.
(b) Come up with the dual LP and assume the problem would be solved with the primal-dual
algorithm. How would the procedure look like? Describe it as a graph algorithm on G.
(c) Conclude that the incidence vector of the edges of each MST is an optimal solution for the LP.