maximum_matching#

maximum_matching(G, top_nodes=None)#

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

此函数只是 hopcroft_karp_matching() .