【发布时间】:2021-06-24 23:23:39
【问题描述】:
我想得到一个图的最大匹配。
现在,我使用 Networkx 中的算法:nx.algorithms.bipartite.matching.hopcroft_karp_matching(G)
但是,我在 SNAPenter link description here 中没有找到类似的算法。
对于 NetworKit,我找到了这个页面:enter link description here。但是我不知道怎么用。
有什么想法吗?如何使用NetworKit/SNAP获得图的最大匹配?
【问题讨论】:
标签: graph networkx matching snappy networkit