Content deleted Content added
Simonpratt (talk | contribs) m added "end if"s for all if statements in find_augmenting_path algorithm |
Simonpratt (talk | contribs) m →Finding an augmenting path: Commented out the line that does nothing in find_augmenting_path algorithm, re-numbered lines |
||
Line 112:
B13 '''else'''
B14 '''if''' ''distance( w, root( w ) )'' is odd '''then'''
// Report an augmenting path in F <math>\cup</math> { ''e'' }.
// Contract a blossom in ''G'' and look for the path in the contracted graph.
===Examples===
|