Single Conflict Coloring in Graphs & Hypergraphs
- Single Conflict Coloring is a graph and hypergraph paradigm that defines colorings by avoiding locally assigned forbidden color pairs.
- It employs probabilistic techniques, degeneracy-based orientations, and the Lovász Local Lemma to establish bounds like O(√d log n) for d-degenerate graphs.
- The concept generalizes separation and adaptable choosability, linking structural combinatorics with conflict-free and distributed coloring strategies.
Single conflict coloring is a contemporary graph and hypergraph coloring paradigm synthesizing local orientation, list coloring, and forbidden pair frameworks. The core objective is to determine the chromatic threshold under which, for any local assignment of forbidden color pairs (or tuples in hypergraphs), there exists a feasible vertex coloring that avoids all induced edge conflicts. This concept interfaces with separation choosability, adapted choosability, and several conflict-free coloring models, providing a unifying lens for both structural combinatorics and algorithmic graph theory.
1. Fundamental Definitions and Notions
Let be a (multi)graph, potentially with parallel edges (no loops). A local -partition assigns to each vertex a labeling function on incident edges: where is the set of edges incident with . Each edge thus possesses a pair of local colors .
A coloring is a conflict -coloring (or single-conflict coloring) if for every edge , it holds that
The single-conflict chromatic number (also denoted , , or in the literature) is the minimum such that for every local -partition, such a coloring exists. For -uniform hypergraphs , a local -partition gives each vertex a map , so each edge receives an -tuple ; avoids if for some , , i.e., the color vector avoids matching the forbidden conflict tuple on (Dvořák et al., 2018, Casselgren et al., 11 Jan 2026, Casselgren et al., 17 Sep 2025).
This coloring type generalizes separation choosability and adaptable choosability:
- Adaptable choosability : requires for every -list assignment and edge-coloring, a vertex coloring avoiding on any edge .
- Separation choosability : for every -list assignment with on , is -colorable.
Inequalities always hold (Dvořák et al., 2018, Casselgren et al., 17 Sep 2025).
2. Structural and Extremal Results
Degeneracy and General Upper Bounds
For -degenerate graphs with vertices and edge multiplicity , Bradshaw–Masařík proved: For general multiplicity , the best bound is
where is the maximum degree (Bradshaw et al., 2021). The proof leverages degeneracy-based orientation, random inventory assignment, and the Lovász Local Lemma (and Moser–Tardos algorithmic LLL for constructivity).
A prior approach for topological surfaces established (for Euler genus and simple graphs): and more generally for multigraphs with edges and maximum multiplicity : These bounds are sharp up to logarithmic factors—complete graphs have , and for complete multigraphs the lower bound is (Dvořák et al., 2018).
Classical Families
- Planar Graphs: If is planar, via orientation arguments (as planar graphs are 3-degenerate) (Dvořák et al., 2018). For single-conflict (open-neighborhood conflict-free) coloring, tight results are known: for all planar graphs, with the extremal bounds established using structure-theoretic decompositions and contractions, and explicit inductive arguments for outerplanar graphs yielding (Bhyravarapu et al., 2019).
- Kneser Graphs: For , for , both upper and lower bounds shown via explicit coloring and hitting-set constructions (Bhyravarapu et al., 2019).
- String Graphs: For string graph with classical chromatic number , (Keller et al., 2017).
| Graph Class | or Upper Bound | Reference |
|---|---|---|
| -degenerate | (Bradshaw et al., 2021) | |
| Planar | $4$ (), $6$ () | (Dvořák et al., 2018, Bhyravarapu et al., 2019) |
| Outerplanar | $4$ () | (Bhyravarapu et al., 2019) |
| Kneser | (if ) | (Bhyravarapu et al., 2019) |
| Embeddable genus | (Dvořák et al., 2018) |
3. Relations to Adaptable and Separation Choosability
A local -partition gives rise to conflict tuples corresponding to list assignments and forbidden edge labels. The following chain holds for every (multi)graph : There exist graphs (for every ) with arbitrarily large gaps between , , , and (Casselgren et al., 17 Sep 2025). For example, has substantially less than . Constructions exist where , and explicit planar multigraphs with (Casselgren et al., 17 Sep 2025).
Within planar graphs, a no-gap theorem precludes except as described above, and remains open for simple planars.
4. Algorithmic and Probabilistic Techniques
Constructions for colorings invoke randomized inventory assignment per vertex, deletion of colors violating forbidden pairs, and application of LLL to control the exponentially small probability of failure at each vertex (Bradshaw et al., 2021). Algorithmic versions use the Moser–Tardos resampling method, with local event dependencies and efficient expected runtime.
Distributed variants, as in the LOCAL model, frame single-conflict coloring as a two-round list/color-reduction process; for maximum outdegree , list sizes of suffice for deterministic completion in two rounds, matching earlier Linial-style color reduction but for single-conflict constraints (Maus et al., 2020).
For -uniform hypergraphs, threshold-type results are governed by the balance between edge density and available palette size; for random conflict-tuple assignments, the sharp threshold for is at . For general , palette sizes suffice for -degenerate -uniforms (Casselgren et al., 11 Jan 2026).
5. Generalizations and Variants
Hypergraphs
Single-conflict coloring generalizes naturally. Each vertex in -uniform is assigned ; a coloring is proper if, for every , . The single-conflict chromatic number denotes the global minimum allowing all local -partitions to be avoided. Threshold phenomena for random conflict assignments parallel random -SAT scaling (Casselgren et al., 11 Jan 2026).
Variants
- Conflict-free coloring on open/closed neighborhoods: For open neighborhoods, the conflict-free chromatic number is the minimum so that every has a neighbor whose color is unique in its open neighborhood. This is NP-complete and admits sharp planar, outerplanar, and Kneser-type bounds (Bhyravarapu et al., 2019).
- Proper conflict-free coloring: Requires a proper coloring with additional uniqueness-of-color-in-neighbor constraint, with explicit bounds for planar large-girth graphs achieved via greedy augmentations and discharge (Anderson et al., 2024).
- Strong conflict-free coloring: For , coincides with the perfect dominating set; algorithms parameterized by treewidth are fixed-parameter tractable (Agrawal et al., 2019).
6. Open Problems and Future Directions
Key open questions include:
- Is the bound for -degenerate simple graphs optimal, or can the logarithmic factor be removed?
- For hypergraphs, does a similar sharp threshold for hold for general (not only linear or sparse) -uniforms, and can palette sparsification be generalized?
- For specific planar structures, is there a simple planar with
- How large can the gap between separation/adaptable and single-conflict chromatic numbers be, particularly in linear hypergraphs (Casselgren et al., 17 Sep 2025, Casselgren et al., 11 Jan 2026)?
- Are there deterministic polynomial-time algorithms matching the probabilistic upper bounds, especially for the surface genus case (Bradshaw et al., 2021, Dvořák et al., 2018)?
Further, the structural characterization of graphs (or hypergraphs) with for small remains incomplete, with only partial results for (Casselgren et al., 17 Sep 2025).
7. Connections and Broader Context
Single conflict coloring is positioned at the intersection of list coloring, DP-coloring, and local avoidance constraints. The hierarchy
provides a stratified perspective for investigating robustness and flexibility of vertex colorings under adversarial and combinatorial constraints.
Algorithmically, developments link probabilistic combinatorics (the Lovász Local Lemma, sharp thresholds) with distributed and fixed-parameter paradigms. The emergence of sharp transition phenomena in uniform hypergraphs, the impact of palette sparsification, and gaps between list-type parameters are central current research themes (Casselgren et al., 11 Jan 2026, Casselgren et al., 17 Sep 2025, Maus et al., 2020).
Open problems in tractability, chromatic gaps, and explicit characterizations suggest further research directions with implications for structural graph theory, distributed algorithms, and the theory of graph colorings under local and global forbidden configurations.