maximum_matching#

maximum_matching(G, top_nodes=None)#

返回给定二分图中的最大基数匹配。

此函数只是 hopcroft_karp_matching() 的别名。