Skip to main content
QUICK REVIEW

[论文解读] On some hard and some tractable cases of the maximum acyclic matching problem

Maximilian Fürst, Dieter Rautenbach|arXiv (Cornell University)|Oct 23, 2017
Advanced Graph Theory Research参考文献 12被引用 3
一句话总结

本文研究了最大无环匹配问题的计算复杂性,证明即使在最大度为四的二分图中,判断最大匹配是否无环也是 NP-完全的。此外,本文表明在 $P_4$-free 和 $2P_3$-free 图中,最大权无环匹配可被高效求解,并刻画了所有最大匹配均为无环的图的结构特征——即其连通分量为树或奇圈的图。

ABSTRACT

Three well-studied types of subgraph-restricted matchings are induced matchings, uniquely restricted matchings, and acyclic matchings. While it is hard to determine the maximum size of a matching of each of these types, whether some given graph has a maximum matching that is induced or has a maximum matching that is uniquely restricted, can both be decided efficiently. In contrast to that we show that deciding whether a given bipartite graph of maximum degree at most four has a maximum matching that is acyclic is NP-complete. Furthermore, we show that maximum weight acyclic matchings can be determined efficiently for $P_4$-free graphs and $2P_3$-free graphs, and we characterize the graphs for which every maximum matching is acyclic.

研究动机与目标

  • 确定判断图中最大匹配是否无环的计算复杂性。
  • 识别可高效求解最大权无环匹配问题的图类。
  • 刻画所有最大匹配均为无环的图的家族特征。
  • 对比无环匹配与诱导匹配及唯一受限匹配的可 tractability,后者在等于匹配数时可被高效识别。

提出的方法

  • 通过从 3-SAT 的一个受限版本归约,证明最大度为四的二分图中该问题的 NP-完全性。
  • 设计多项式时间算法,用于计算 $P_4$-free 和 $2P_3$-free 图中的最大权无环匹配。
  • 基于连通分量类型(树和奇圈)对所有最大匹配均为无环的图进行结构分析。
  • 利用图论性质:无环匹配对应于森林子图;通过顶点覆盖与交错路径分析最大匹配。
  • 借助关于线图及其平方的已知结果,探索其与独立集及反馈顶点集的联系。
  • 使用反证法证明此类图中的任何环必为奇圈,且为连通分量。

实验结果

研究问题

  • RQ1在最大度为四的二分图中,判断最大匹配是否无环是否为 NP-完全问题?
  • RQ2能否在 $P_4$-free 和 $2P_3$-free 图中以多项式时间计算最大权无环匹配?
  • RQ3哪些结构特征刻画了所有最大匹配均为无环的图?
  • RQ4判断 $\nu_{ac}(G) = \nu(G)$ 的复杂性与诱导匹配及唯一受限匹配相比如何?
  • RQ5对于 $P_5$-free 图,最大无环匹配问题是否可 tractable,能否应用独立反馈顶点集的技术?

主要发现

  • 对于最大度至多为四的二分图,判断 $\nu_{ac}(G) = \nu(G)$ 是 NP-完全的。
  • 在 $P_4$-free 图和 $2P_3$-free 图中,最大权无环匹配可被多项式时间计算。
  • 一个图的所有最大匹配均为无环,当且仅当其每个连通分量都是树或奇圈。
  • 该特征刻画表明,含有偶圈或高阶度顶点的连通分量的图可能包含非无环的最大匹配。
  • 该结果与诱导匹配和唯一受限匹配的可 tractability 形成对比,凸显了无环匹配在复杂性上的根本差异。
  • 本文未解决最大度为三的二分图以及 $P_5$-free 图中判断 $\nu_{ac}(G) = \nu(G)$ 的复杂性,提示未来可能存在算法上的突破。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。