Maximum Cardinality Matching in General GraphsMaximum Cardinality Matchings and Odd Set Covers in GraphsA matching in a graph An odd set cover Interesting Fact: Odd set covers can be used to prove the optimality of maximum cardinality matchings. Remark: We use the term general graph to indicate that the graph is not bipartite. Matchings in bipartite graphs can be computed more efficiently than matchings in general graphs. Intuition Maximum Cardinality Matching in General Graphs: Suppose we have a set of workers. These are the nodes in our graph. We want to build pairs of workers that work together. For each worker we know which worker he likes to work with. This defines the edges of the graph. In the maximum cardinality matching problem we want to find a maximum number of pairs such that each worker has a mate he likes to work with. LEDA Functions for Maximum Cardinality Matching in General Graphs
Example Running times For a graph TipsChecking the result is much easier than computing a maximum cardinality
matching in a general graph. Therefore, |
See also:Maximum Weighted Matching in General Graphs Weighted Perfect Matching in General Graphs Maximum Cardinality Matching in Bipartite Graphs Bipartite Maximum Weighted Matching Bipartite Maximum Weighted Maximum Cardinality Matching Manual Entries: Manual Page Maximum Cardinality Matching in General Graphs |