Content deleted Content added
Simonpratt (talk | contribs) →Finding an augmenting path: Added a more descriptive comment in the first if statement of the find_augmenting_path algorithm |
|||
Line 141:
[[File:forest expansion.png|400px|alt=Forest expansion on line B10]]
Next, it detects a blossom and contracts the graph (lines B20 –
[[File:blossom contraction.png|400px|alt=Blossom contraction on line B21]]
Finally, it locates an augmenting path P′ in the contracted graph (line
[[File:path detection.png|400px|alt=Detection of augmenting path P′ in G′ on line B17]]
|