Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Maximum cardinality matching 4 found (24 total)

alternate case: maximum cardinality matching

Harold N. Gabow (530 words) [view diff] exact match in snippet view article find links to article

Letters 74, 2000, 107-114. "The weighted matching approach to maximum cardinality matching," H.N. Gabow, Fundamenta Informaticae (Elegant Structures in
Helmut Alt (536 words) [view diff] exact match in snippet view article find links to article
Alt, H.; Blum, N.; Mehlhorn, K.; Paul, M. (1991), "Computing a maximum cardinality matching in a bipartite graph in time O ( n 1.5 m / log ⁡ n ) {\textstyle
Minimum-cost flow problem (1,239 words) [view diff] exact match in snippet view article find links to article
Given a bipartite graph G = (A ∪ B, E), the goal is to find the maximum cardinality matching in G that has minimum cost. Let w: E → R be a weight function
Bipartite graph (4,086 words) [view diff] exact match in snippet view article find links to article
matching algorithms such as the Hopcroft–Karp algorithm for maximum cardinality matching work correctly only on bipartite inputs. As a simple example