【发布时间】:2012-07-02 21:07:27
【问题描述】:
我正在以下链接阅读推流算法。
http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=maxflowPushRelabel
据说 过量流量 - 我们将过量流量 e 定义为 e(u) = f(V,u),即流入 u 的净流量。如果 e(u) > 0,则顶点 u ∊ V-{s,t} 溢出/激活。
我正在寻找简单流网络的示例,我们如何计算 e(u)?
感谢您的时间和帮助。
【问题讨论】:
标签: algorithm graph-algorithm max-flow