正在加载图片...
A notational simplification IDEA Work with the net flow between two vertices, rather than with the positive flow Definition. A(net) flow on G is a function f:V×→ R satisfying the following Capacity constraint: For all u,vE V, ° Flow conservation: For all 1∈-{S,t}, 2f(u,v)=0.One summation v∈ instead of two Skew symmetry: For all u,vE V, c 2001 by Charles E Leiserson Introduction to Agorithms Day38L22.7© 2001 by Charles E. Leiserson Introduction to Algorithms Day 38 L22.7 One summation instead of two. A notational simplification IDEA: Work with the net flow between two vertices, rather than with the positive flow. Definition. A (net) flow on G is a function f : V × V → R satisfying the following: • Capacity constraint: For all u, v ∈ V, f(u, v) ≤ c(u, v). • Flow conservation: For all u ∈ V – {s, t}, ∑ ( , ) = 0 v∈V f u v . • Skew symmetry: For all u, v ∈ V, f(u, v) = –f(v, u)
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有