主題
Search

完美匹配


圖的完美匹配是一個 匹配 (即,獨立邊集),其中圖的每個頂點恰好與匹配的一條邊相關聯。 因此,完美匹配是包含 n/2 條邊的 匹配 (最大可能),這意味著完美匹配僅在具有偶數個頂點的圖上才有可能。 完美匹配有時被稱為完全匹配或 1-因子。

PerfectMatching

上面展示了立方體圖的九個完美匹配。

請注意,容易混淆的是,被稱為完美圖的圖類與具有完美匹配的圖類是不同的。

預計算的具有完美匹配的圖返回對於GraphData[g,"PerfectMatching"] 在 Wolfram 語言中。

雖然不是所有圖都具有完美匹配,但所有圖都具有最大獨立邊集(即,最大匹配;Skiena 1990, p. 240; Pemmaraju 和 Skiena 2003, pp. 29 和 343)。 此外,每個完美匹配都是一個最大獨立邊集。 一個圖要麼具有與最大匹配相同數量的完美匹配(對於完美匹配圖),要麼沒有完美匹配(對於沒有完美匹配圖)。

G 具有完美匹配 當且僅當匹配數 nu(G) 滿足

 |G|=2nu(G),

其中 |G|=nG頂點數

n=2, 4, 6, ... 個頂點上具有完美匹配的簡單圖的數量分別是 1, 6, 101, 10413, ..., (OEIS A218462),而相應的連通簡單圖的數量分別是 1, 5, 95, 10297, ... (OEIS A218463)。

NoPerfectMatchingGraph

上面展示的圖是一個沒有完美匹配的 16 節點圖,它在 Wolfram 語言中實現為GraphData["NoPerfectMatchingGraph"].

每個具有偶數個頂點的連通頂點傳遞圖都有一個完美匹配,並且具有奇數個頂點的連通頂點傳遞圖中的每個頂點都會被一個覆蓋所有剩餘頂點的匹配所遺漏(Godsil 和 Royle 2001, p. 43;即,它具有近完美匹配)。

每個具有偶數個頂點的無爪連通圖都有一個完美匹配 (Sumner 1974, Las Vergnas 1975)。

彼得森定理指出,每個沒有立方圖都有一個完美匹配(Petersen 1891;Skiena 1990, p. 244)。 事實上,這個定理可以擴充套件為:“每個具有 0、1 或 2 個立方圖都有一個完美匹配。”

部分由 Tutte 定理得出的結果表明,圖 G=(V,E) (其中 V頂點集E邊集)沒有完美匹配 當且僅當 存在一個集合 S subset= V,其移除導致奇數大小的分量比 |S|S 的基數;Tutte 1947;Pemmaraju 和 Skiena 2003, p. 344)更多。


另請參閱

霍爾條件, k-因子, 婚姻定理, 匹配, 匹配多項式, 極大獨立邊集, 最大獨立邊集, 近完美匹配, 彼得森定理, Tutte 定理

使用 探索

參考文獻

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.

在 中被引用

完美匹配

請引用為

Weisstein, Eric W. "完美匹配。" 來自 Web 資源。 https://mathworld.tw/PerfectMatching.html

學科分類