Blossom algorithm: Difference between revisions

Content deleted Content added
Bipartite matching: rewrite, clarify "standard algorithm"
Line 195:
===Weighted matching===
 
The matching problem can be generalized by assigning weights to edges in ''G'' and asking for a set ''M'' that produces a matching of maximum (minimum) total weight.: Thethis weightedis the [[maximum weight matching]] problem. This problem can be solved by a combinatorial algorithm that uses the unweighted Edmonds's algorithm as a subroutine.<ref name = "matching book"/> Kolmogorov provides an efficient C++ implementation of this.<ref name = blossom5>{{citation
| author = Kolmogorov, Vladimir
| title = Blossom V: A new implementation of a minimum cost perfect matching algorithm