主题
Search

图的厚度


厚度(或深度) t(G) (Skiena 1990, p. 251; Beineke 1997) 或 theta(G) (Harary 1994, p. 120) 一个 G平面 边导出子图 P_i 的最小数量,使得 图的并  union _iP_i=G (Skiena 1990, p. 251)。

平面图 G 的厚度因此为 t(G)=1,而 非平面图 G 的厚度满足 t(G)>=2。 由两个平面图的并组成的图(即,厚度为 1 或 2)被称为 双平面图 (Beineke 1997)。

确定图的厚度是一个 NP 完全问题 (Mansfeld 1983, Beineke 1997)。 许多小型命名或索引图的预计算厚度可以在 Wolfram 语言 中使用以下命令获得GraphData[,"厚度"].

GraphThickness

图的厚度的下界由下式给出

 t(G)>=[m/(3n-6)],
(1)

其中 m 是边的数量,n>=3 是顶点的数量,[x]向上取整函数 (Skiena 1990, p. 251)。 上面的例子展示了 完全图 K_9 分解为三个平面子图。 这个分解是最小的,因此 t(K_9)=3,与界限 t(K_9)>=[36/(3·9-6)]=2 一致。

根据 Brooks 定理,图的厚度最多比图的 局部交叉数 大 1 (Kainen 1973, Thomassen 1988)。

完全图 K_n 的厚度满足

 t(K_n)=|_(n+7)/6_|
(2)

除了 t(K_9)=t(K_(10))=3 (Vasak 1976, Alekseev and Gonchakov 1976, Beineke 1997)。 对于 n=1, 2, ..., 厚度因此为 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, ... (OEIS A124156)。

完全二分图 K_(m,n) 的厚度由下式给出

 t(K_(m,n))=[(mn)/(2(m+n-2))]
(3)

除非可能在 mn 都是奇数的情况下,并且,取 m<n,存在一个偶数整数 rn=|_r(m-2)/(m-r)_| (Beineke et al. 1964; Harary 1994, p. 121; Beineke 1997, 其中 Beineke 1997 给出的例外条件中的向上取整已更正为向下取整)。 最小的此类例外值总结在下表中。

mnr
13174
17215
19296
19477
21256
23759
25297
25599

根据 Beineke (1997),m<30 的例外二分指数的唯一子集是 K_(19,29)K_(19,47)K_(23,27)K_(25,59)K_(29,129)

K_(n,n) 的厚度因此由下式给出

 t(K_(n,n))=|_(n+5)/4_|
(4)

(Harary 1994, p. 121),对于 n=1, 2, ... 给出值 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, ... (OEIS A128929)。

最后,超立方体图 Q_n 的厚度由下式给出

 t(Q_n)=[(n+1)/4]
(5)

(Harary 1994, p. 121),对于 n=1, 2, ... 给出值 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, (OEIS A144075)。

还引入了图厚度的许多变体,例如外平面厚度、树荫数、书厚度和环面厚度 (Beineke 1997)。


另请参阅

双平面图, 图的粗糙度, 局部交叉数, 平面图

使用 探索

参考文献

Alekseev, V. B. and Gonchakov, V. S. "Thickness of Arbitrary Complete Graphs." Mat. Sbornik 101, 212-230, 1976.Beineke, L. W. "Biplanar Graphs: A Survey." Computers Math. Appl. 34, 1-8, 1997.Beineke, L. W. and Harary, F. "On the Thickness of the Complete Graph." Bull. Amer. Math. Soc. 70, 618-620, 1964.Beineke, L. W. and Harary, F. "The Thickness of the Complete Graph." Canad. J. Math. 17, 850-859, 1965.Beineke, L. W.; Harary, F.; and Moon; J. W. "On the Thickness of the Complete Bipartite Graph." Proc. Cambridge Philos. Soc. 60, 1-6, 1964.Harary, F. "Covering and Packing in Graphs, I." Ann. New York Acad. Sci. 175, 198-205, 1970.Harary, F. Graph Theory. Reading, MA: Addison-Wesley, pp. 120-121, 1994.Harary, F. and Palmer, E. M. Graphical Enumeration. New York: Academic Press, p. 225, 1973.Harary, F. and Palmer, E. M. "A Survey of Graph Enumeration Problems." In A Survey of Combinatorial Theory (Ed. J. N. Srivastava). Amsterdam: North-Holland, pp. 259-275, 1973.Hearon, S. M. "Planar Graphs, Biplanar Graphs and Graph Thickness." Master of Arts thesis. San Bernadino, CA: California State University, San Bernadino, 2016.Kainen, P. C. "Thickness and Coarseness of Graphs." Abh. Math. Semin. Univ. Hamburg 39, 88-95, 1973.Mansfeld, A. "Determining the Thickness of a Graph is NP-Hard." Math. Proc. Cambridge Philos. Soc. 93, 9-23, 1983.Meyer, J. "L'épaisseur des graphes completes K_(34) et K_(40)." J. Comp. Th. 9, 1970.Skiena, S. Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, p. 251, 1990.Sloane, N. J. A. Sequences A124156, A128929, and A144075 in "The On-Line Encyclopedia of Integer Sequences."Thomassen, C. "Rectilinear Drawings of Graphs." J. Graph Th. 12, 335-341, 1988.Tutte, W. T. "The Thickness of a Graph." Indag. Math. 25, 567-577, 1963.Vasak, J. M. "The Thickness of the Complete Graph." Not. Amer. Math. Soc. 23, A-479, 1976.West, D. B. Introduction to Graph Theory, 2nd ed. Englewood Cliffs, NJ: Prentice-Hall, p. 261, 2000.

在 中引用

图的厚度

引用为

Weisstein,Eric W. “图的厚度”。来自 —— 资源。 https://mathworld.net.cn/GraphThickness.html

主题分类