Content deleted Content added
m Moving Category:Graph algorithms to Category:Algorithms in graph theory per Wikipedia:Categories for discussion/Log/2024 October 4#Category:Graph algorithms Tag: Reverted |
Added |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 200:
===Weighted matching===
The matching problem can be generalized by assigning weights to edges in {{mvar|G}} and asking for a set {{mvar|M}} that produces a matching of maximum (minimum) total weight: this is 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"/> Vladimir 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
Line 215:
<references/>
[[Category:
[[Category:Matching (graph theory)]]
|