General Graph MCM (Maximum Cardinality Matching)
Jump to navigation
Jump to search
Description
The goal of maximum cardinality matching is to find a matching with as many edges as possible (equivalently: a matching that covers as many vertices as possible). Here, the graph can be any general graph.
Related Problems
Subproblem: Bipartite Graph MCM
Related: Planar Bipartite Graph Perfect Matching
Parameters
V: number of vertices
E: number of edges
Table of Algorithms
Name | Year | Time | Space | Approximation Factor | Model | Reference |
---|---|---|---|---|---|---|
Micali and Vazirani | 1980 | Deterministic | Time & Space | |||
Blum | 1990 | Exact | Deterministic | Time | ||
Gabow; Tarjan | 1991 | Exact | Deterministic | Time & Space | ||
Mucha, Sankowski (general) | 2004 | Exact | Randomized | Time |