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.
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 .
Equivalently, a packing coloring is a partition of the vertex set where each is an -packing (vertices at pairwise distance more than ).
For any graph with vertices:
Determining whether can be solved in polynomial time, while determining whether is NP-hard, even for planar graphs.
The problem remains NP-hard for diameter 2 graphs, since computing the vertex cover number is NP-hard for such graphs.
The problem is NP-complete for trees, resolving a long-standing open question. However, it can be solved in polynomial time for graphs of bounded treewidth and bounded diameter.
For path graphs :
For cycle graphs with :
For trees of order :
For the hypercube graph
For complete graphs :
For bipartite graphs of diameter :
For complete multipartite graphs and wheel graphs :
For the grid graph :
The infinite square grid has:
The infinite hexagonal lattice has:
The infinite triangular lattice has infinite packing chromatic number.
For the subdivision graph of a graph , obtained by subdividing every edge once:
For Cartesian products of connected graphs and with at least two vertices:
For the Cartesian product with complete graphs:
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.
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.