maximum_matching#
- maximum_matching(G, top_nodes=None)#
Returns the maximum cardinality matching in the given bipartite graph.
This function is simply an alias for
hopcroft_karp_matching()
.
Returns the maximum cardinality matching in the given bipartite graph.
This function is simply an alias for hopcroft_karp_matching()
.