Packing coloring
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]
Definition
[edit | edit source]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]
Basic properties
[edit | edit source]For any graph with vertices:
- , where is the clique number and is the chromatic number[1]
- , where is the vertex cover number, with equality if and only if has diameter two[1]
- , where is the independence number[2]
- If , then [2]
Complexity
[edit | edit source]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]
Specific graph families
[edit | edit source]For path graphs :
- for
- for
For cycle graphs with :
- if is or a multiple of
- otherwise
- for all trees except and two specific -vertex trees
- The star graph has
- Trees of diameter have
- The bound is sharp and achieved by specific tree constructions
For the hypercube graph [1][3]
- asymptotically
- With ...:
For complete graphs :
- for
For bipartite graphs of diameter :
For complete multipartite graphs and wheel graphs :
For the grid graph :[1][4]
- for
- for
- for
- for
- for any finite grid
- For ... (the square grid graphs):
The infinite square grid has:[4]
The infinite hexagonal lattice has:[2]
The infinite triangular lattice has infinite packing chromatic number.[2]
For the subdivision graph of a graph , obtained by subdividing every edge once:[5]
- For connected graphs with at least 3 vertices:
- For connected bipartite graphs with at least two edges:
Graph products
[edit | edit source]For Cartesian products of connected graphs and with at least two vertices:[5]
For the Cartesian product with complete graphs:[5]
Characterizations
[edit | edit source]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
[edit | edit source]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
[edit | edit source]- 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]
See also
[edit | edit source]References
[edit | edit source]- ^ a b c d e f g h i j k l m Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ a b c d e f g Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ a b c Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).