Construct a graph G=(V,E), which V is the set of corners, (u,v)∈E if corner u and corner v is adjacent. Let the capacity of every edge is 1. If there is a network flow larger then 1 from home to school, then there exists two edge-disjoint path.
July 3, 2007
Exercises 26.1-8
Given a graph G = (V,E) with source s, sink t and capacity constraint c(u,v). We assign an flow variable for every edge (u,v). The linear programming formulation is
.
such that
.
Exercises 26.1-7
We can prove that the scalar flow product can’t violate the three constraints.
Capacity constraint:
Skew symmetry: obviously
FLow conservation: obviously
Exercises 26.1-3
Let flow F be the multiple-source flow, F’ be the flow with supersource. The source s in F will has only one in-edge in the F’. Flow in this edge is the summation of all out-edges’ flow, otherwise the flow conservation property is not preserved. Hence F’ is a valid flow.