Blossom algorithm: Difference between revisions

Content deleted Content added
m intro: improved formatting (this minor quote should be inline IMO)
m Bipartite matching: removed an extra space
Line 177:
===Bipartite matching===
 
The algorithm reduces to the standard algorithm for matching in bipartite graphs <ref name = "karp notes"/> when ''G'' is [[bipartite graph|bipartite]]. As there are no odd cycles in ''G'' in that case, blossoms will never be found and one can simply remove lines B21 &ndash; B29 of the algorithm.
 
===Weighted matching===