The Weighted Matching Approach to Maximum Cardinality Matching

Harold N. Gabow
DOI: https://doi.org/10.48550/arXiv.1703.03998
2017-03-12
Abstract:Several papers have achieved time $O(\sqrt n m)$ for cardinality matching, starting from first principles. This results in a long derivation. We simplify the task by employing well-known concepts for maximum weight matching. We use Edmonds' algorithm to derive the structure of shortest augmenting paths. We extend this to a complete algorithm for maximum cardinality matching in time $O(\sqrt n m)$.
Data Structures and Algorithms
What problem does this paper attempt to address?