Content deleted Content added
Omaramin1992 (talk | contribs) m Added how Blossoms are found in graphs. |
m →Blossoms and contractions: Removed invisible unicode characters + other fixes, replaced: → (2) using AWB |
||
Line 71:
* Using DFS "Depth-First-Search", traverse the graph starting from an exposed or a free vertex.
* Starting from that vertex, label it as an outer vertex "'''''o'''"''.
* Alternate the labeling between vertices being inner "'''''i'''"''
* If we end up with two adjacent vertices labeled as outer "'''''o'''"''
Define the '''contracted graph''' ''G’'' as the graph obtained from ''G'' by [[edge contraction|contracting]] every edge of ''B'', and define the '''contracted matching''' ''M’'' as the matching of ''G’'' corresponding to ''M''.
|