【问题标题】:Algorithm to indicate existence of a perfect matching in a graph指示图中存在完美匹配的算法
【发布时间】:2013-11-29 04:02:16
【问题描述】:

我正在尝试设计一种算法来指示图形是否具有完美匹配。 是否有任何已知或未知的算法可以做到这一点?

提前谢谢你。

【问题讨论】:

    标签: graph graph-theory matching


    【解决方案1】:

    好吧,您可以尝试使用 Blossom 算法找到最大匹配,然后通过检查您的最大匹配是否“接触”您的一组顶点中的所有元素来验证您的最大匹配是否是完美匹配。

    http://en.wikipedia.org/wiki/Blossom_algorithm

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-05-12
      • 1970-01-01
      • 2014-02-11
      • 2011-07-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多