Content deleted Content added
+Ref John E. Hopcroft, Richard M. Karp |
No edit summary |
||
Line 3:
The algorithm is an adaptation of the [[Edmonds-Karp algorithm]] for maximum flow, since bipartite matching is equivalent to finding the maximum (integer) flow if the vertices in each partition are considered sources (respectively sinks) of capacity 1. The [[Max-flow min-cut theorem|minimal cut]] associated with the flow is equivalent to the [[König's theorem (graph theory)|minimal vertex cover]] associated with the matching.
Instead of finding just a single augmenting path, the algorithm finds a maximal set of
== References ==
|