Talk:Push–relabel maximum flow algorithm
Appearance
I think "Push" :
height(u) = height(v) + 1. Can only send to lower node.
should be changed to
height(u) > height(v). Can only send to lower node.
because height(s) is set to |V| initially.
I think "Push" :
height(u) = height(v) + 1. Can only send to lower node.
should be changed to
height(u) > height(v). Can only send to lower node.
because height(s) is set to |V| initially.