主题
Search

色数


ChromaticNumber

G 的色数是为图 G 的顶点着色所需的最少颜色数,使得没有两个相邻的顶点共享相同的颜色 (Skiena 1990, p. 210),即,获得 k-着色 可能的最小 k 值。上面展示了示例图中最小着色和色数。

G 的色数最常见的表示法是 chi(G) (例如,Skiena 1990, West 2000, Godsil 和 Royle 2001, Pemmaraju 和 Skiena 2003),但偶尔也用 gamma(G) 表示。

空图 的色数为 1,而非空 二部图 的色数为 2。

G 的色数也是最小正整数 z,使得 色多项式 pi_G(z)>0。计算 的色数是一个 NP-完全问题 (Skiena 1990, pp. 211-212)。或者,用 Harary (1994, p. 127) 的话说,“对于确定任意图的色数,目前还没有方便的方法。” 然而,Mehrotra 和 Trick (1996) 设计了一种列生成算法,用于计算色数和顶点着色,该算法可以快速解决大多数中小尺寸的图。

图的色数计算在 Wolfram 语言 中实现为VertexChromaticNumber[g]。可以使用以下方法获得许多命名图的预计算色数GraphData[graph,"ChromaticNumber"].

图的色数必须大于或等于其 团数。如果对于其每个 导出子图 g_ig_i 的色数等于 g_i 中成对相邻顶点的最大数量,则该图称为 完美图团数 等于色数的图(对其导出子图没有进一步的限制)被称为 弱完美图

根据定义,图 G边色数 等于 线图 L(G) 的色数。

布鲁克斯定理 指出,图的色数最多为 最大顶点度 Delta,除非该图是 完全图 或奇数 环图,在这种情况下,需要 Delta+1 种颜色。

色数 <=2 的图被称为 双色图,色数 <=3 的图被称为 三色图。一般来说,色数 k 的图被称为 k-色图,色数 <=k 的图被称为 k-可着色图

下表给出了某些命名图类的色数。

对于任意两个正整数 gk,都存在围长至少为 g 且色数至少为 k 的图 (Erdős 1961; Lovász 1968; Skiena 1990, p. 215)。

亏格为 g 的曲面的色数由 希伍德猜想 给出,

 gamma(g)=|_1/2(7+sqrt(48g+1))_|,

其中 |_x_|向下取整函数gamma(g) 有时也表示为 chi(g) (这很不幸,因为 chi(g)=2-2g 通常指的是 欧拉示性数)。对于 g=0, 1, ..., chi(g) 的前几个值是 4, 7, 8, 9, 10, 11, 12, 12, 13, 13, 14, 15, 15, 16, ... (OEIS A000934)。

Erdős (1959) 证明了存在具有任意大 围长 和色数的图 (Bollobás 和 West 2000)。


另请参阅

贝蒂数, 双色图, Brelaz 启发式算法, 布鲁克斯定理, 色不变量, 色多项式, 循环色数, 边色数, 边着色, 欧拉示性数, 分数色数, 亏格, 希伍德猜想, 地图着色, k-色图, k-可着色图, 完美图, 三色图, 环面着色 在 MathWorld 课堂中探索此主题

使用 Wolfram|Alpha 探索

参考文献

Bollobás, B. 和 West, D. B. "A Note on Generalized Chromatic Number and Generalized Girth." Discr. Math. 213, 29-34, 2000.Chartrand, G. "A Scheduling Problem: An Introduction to Chromatic Numbers." §9.2 in Introductory Graph Theory. New York: Dover, pp. 202-209, 1985.Eppstein, D. "The Chromatic Number of the Plane." http://www.ics.uci.edu/~eppstein/junkyard/plane-color.html.Erdős, P. "Graph Theory and Probability." Canad. J. Math. 11, 34-38, 1959.Erdős, P. "Graph Theory and Probability II." Canad. J. Math. 13, 346-352, 1961.Gardner, M. The Sixth Book of Mathematical Games from Scientific American. Chicago, IL: University of Chicago Press, p. 9, 1984.Godsil, C. 和 Royle, G. Algebraic Graph Theory. New York: Springer-Verlag, 2001.Harary, F. Graph Theory. Reading, MA: Addison-Wesley, 1994.Lovász, L. "On Chromatic Number of Finite Set-Systems." Acta Math. Acad. Sci. Hungar. 19, 59-67, 1968.Mehrotra, A. 和 Trick, M. A. "A Column Generation Approach for Graph Coloring." INFORMS J. on Computing 8, 344-354, 1996. https://mat.tepper.cmu.edu/trick/color.pdf.Pemmaraju, S. 和 Skiena, S. Computational Discrete Mathematics: Combinatorics and Graph Theory in Mathematica. Cambridge, England: Cambridge University Press, 2003.Skiena, S. Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, 1990.Sloane, N. J. A. 序列 A000012/M0003, A000934/M3292, A068917, A068918, 和 A068919 在 "整数序列在线百科全书" 中。West, D. B. Introduction to Graph Theory, 2nd ed. Englewood Cliffs, NJ: Prentice-Hall, 2000.

在 Wolfram|Alpha 上引用

色数

请引用本文为

Weisstein, Eric W. "色数。" 来自 MathWorld--Wolfram Web 资源。 https://mathworld.net.cn/ChromaticNumber.html

学科分类