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()
.
NetworkX User Survey 2023 🎉 Fill out the survey to tell us about your ideas, complaints, praises of NetworkX!
Returns the maximum cardinality matching in the given bipartite graph.
This function is simply an alias for hopcroft_karp_matching()
.