In graph theory, a packing coloring (also called a broadcast coloring) is a type of graph coloring where vertices are assigned colors (represented by positive integers) such that the distance between any two vertices with the same color is greater than . The packing chromatic number (or broadcast chromatic number) (or ) of a graph is the minimum number of colors needed for a packing coloring.[1]
A packing coloring of a graph is a function such that if , then the distance . The minimum for which such a coloring exists is the packing chromatic number.[1]
Equivalently, a packing coloring is a partition of the vertex set where each is an -packing (vertices at pairwise distance more than ).[1]
Determining whether can be solved in polynomial time, while determining whether is NP-hard, even for planar graphs.[1]
The problem remains NP-hard for diameter 2 graphs, since computing the vertex cover number is NP-hard for such graphs.[1]
The problem is NP-complete for trees,[2] resolving a long-standing open question. However, it can be solved in polynomial time for graphs of bounded treewidth and bounded diameter.[2]
For the Cartesian product with complete graphs:[5]
Characterizations
A connected graph has if and only if is a star.
A graph has if and only if it can be formed by taking a bipartite multigraph, subdividing every edge exactly once, adding leaves to some vertices, and performing a single -add operation to some vertices.[1]
Applications
Packing colorings model frequency assignment problems in broadcasting, where radio stations must be assigned frequencies such that stations with the same frequency are sufficiently far apart to avoid interference. The distance requirement increases with the power of the broadcast signal.[1]
Related concepts
Dominating broadcast: A function where (eccentricity) and every vertex with has a neighbor with and
Broadcast independence: A broadcast where implies
-packing coloring (or -coloring): For a non-decreasing sequence of positive integers, vertices in color class must be at distance greater than apart. The standard packing coloring corresponds to . The -packing chromatic number is the minimum number of colors needed.[1][2]
12Subercaseaux, B.; Heule, M.J.H. (2023). "The Packing Chromatic Number of the Infinite Square Grid is 15". In Sankaranarayanan, S.; Sharygina, N. (eds.). Tools and Algorithms for the Construction and Analysis of Systems. Lecture Notes in Computer Science. Vol.13993. Springer, Cham. arXiv:2301.09757. doi:10.1007/978-3-031-30823-9_20.
This page is based on this Wikipedia article Text is available under the CC BY-SA 4.0 license; additional terms may apply. Images, videos and audio are available under their respective licenses.