图的完美匹配是一个 匹配 (即,独立边集),其中图的每个顶点恰好与匹配的一条边相关联。 因此,完美匹配是包含
条边的 匹配 (最大可能),这意味着完美匹配仅在具有偶数个顶点的图上才有可能。 完美匹配有时被称为完全匹配或 1-因子。
上面展示了立方体图的九个完美匹配。
请注意,容易混淆的是,被称为完美图的图类与具有完美匹配的图类是不同的。
预计算的具有完美匹配的图返回真对于GraphData[g,"PerfectMatching"] 在 Wolfram 语言中。
虽然不是所有图都具有完美匹配,但所有图都具有最大独立边集(即,最大匹配;Skiena 1990, p. 240; Pemmaraju 和 Skiena 2003, pp. 29 和 343)。 此外,每个完美匹配都是一个最大独立边集。 一个图要么具有与最大匹配相同数量的完美匹配(对于完美匹配图),要么没有完美匹配(对于没有完美匹配图)。
图
具有完美匹配 当且仅当 其匹配数
满足
其中
是
的顶点数。
在
, 4, 6, ... 个顶点上具有完美匹配的简单图的数量分别是 1, 6, 101, 10413, ..., (OEIS A218462),而相应的连通简单图的数量分别是 1, 5, 95, 10297, ... (OEIS A218463)。
上面展示的图是一个没有完美匹配的 16 节点图,它在 Wolfram 语言中实现为GraphData["NoPerfectMatchingGraph"].
每个具有偶数个顶点的连通顶点传递图都有一个完美匹配,并且具有奇数个顶点的连通顶点传递图中的每个顶点都会被一个覆盖所有剩余顶点的匹配所遗漏(Godsil 和 Royle 2001, p. 43;即,它具有近完美匹配)。
每个具有偶数个顶点的无爪连通图都有一个完美匹配 (Sumner 1974, Las Vergnas 1975)。
彼得森定理指出,每个没有桥的立方图都有一个完美匹配(Petersen 1891;Skiena 1990, p. 244)。 事实上,这个定理可以扩展为:“每个具有 0、1 或 2 个桥的立方图都有一个完美匹配。”
部分由 Tutte 定理得出的结果表明,图
(其中
是顶点集,
是边集)没有完美匹配 当且仅当 存在一个集合
,其移除导致奇数大小的分量比
(
的基数;Tutte 1947;Pemmaraju 和 Skiena 2003, p. 344)更多。
另请参阅
霍尔条件,
k-因子,
婚姻定理,
匹配,
匹配多项式,
极大独立边集,
最大独立边集,
近完美匹配,
彼得森定理,
Tutte 定理
使用 Wolfram|Alpha 探索
参考文献
Andersen, L. D. "Factorizations of Graphs." §VII.5 in CRC Handbook of Combinatorial Designs, 2nd ed. Boca Raton, FL: CRC Press, pp. 740-755, 2007.Godsil, C. and Royle, G. Algebraic Graph Theory. (代数图论) New York: Springer-Verlag, 2001.Faudree, R.; Flandrin, E.; and Ryjáček, Z. "Claw-Free Graphs--A Survey. (无爪图--综述)" Disc. Math. 164, 87-147, 1997.Las Vergnas, M. "A Note on Matchings in Graphs. (关于图匹配的注释)" Cahiers du Centre d'Études de Recherche Opér. 17, 257-260, 1975.Lovász, L. and Plummer, M. D. Matching Theory. (匹配理论) Amsterdam, Netherlands: Elsevier, 1986.Pemmaraju, S. and Skiena, S. Computational Discrete Mathematics: Combinatorics and Graph Theory in Mathematica. (计算离散数学:Mathematica 中的组合学和图论) Cambridge, England: Cambridge University Press, 2003.Petersen, J. "Die Theorie der Regulären Graphen. (正则图理论)" Acta Math. 15, 193-200, 1891.Skiena, S. Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. (离散数学的实现:Mathematica 中的组合学和图论) Reading, MA: Addison-Wesley, 1990.Sloane, N. J. A. Sequences A218462 and A218463.Sumner, D. P. "Graphs with 1-Factors. (具有 1-因子的图)" Proc. Amer. Math. Soc. 42, 8-12, 1974.Tutte, W. T. "The Factorization of Linear Graphs. (线性图的因子分解)" J. London Math. Soc. 22, 107-111, 1947.Wallis, W. D. One-Factorizations. (单因子分解) Dordrecht, Netherlands: Kluwer, 1997.West, D. B. Introduction to Graph Theory, 2nd ed. (图论导论,第二版) Englewood Cliffs, NJ: Prentice-Hall, pp. 107-108 and 136-145, 2000.在 Wolfram|Alpha 中被引用
完美匹配
请引用为
Weisstein, Eric W. "完美匹配。" 来自 MathWorld--Wolfram Web 资源。 https://mathworld.net.cn/PerfectMatching.html
学科分类