Content deleted Content added
Line 16:
==Definition==
Given a flow network <math>G(V,E)</math> with capacity from node ''u'' to node ''v'' given as <math>c(u,v)</math>, and the flow across ''u'' and ''v'' given as <math> f(u,v) </math>, source ''s'' and sink ''t'', we want to find the maximum amount of flow you can send from ''s'' to ''t'' through the network.
:{|
| '''residual edge''': ||If available capacity <math>c(u,v) - f(u,v)>0</math> we have a residual edge <math>r(u,v)</math>.
|-
Line 31 ⟶ 29:
|}
Given that we are operating on a flow network, we will give a brief description. There are three conditions for [[flow network|flow networks]]:
:{|
|