Papers
Topics
Authors
Recent
Search
2000 character limit reached

Single Conflict Coloring in Graphs & Hypergraphs

Updated 18 January 2026
  • 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 G=(V,E)G = (V, E) be a (multi)graph, potentially with parallel edges (no loops). A local kk-partition assigns to each vertex vv a labeling function on incident edges: cv ⁣:E(v){1,2,,k}c_v \colon E(v) \to \{1, 2, \dots, k\} where E(v)E(v) is the set of edges incident with vv. Each edge e=uve=uv thus possesses a pair of local colors (cu(e),cv(e))(c_u(e), c_v(e)).

A coloring φ ⁣:V{1,,k}\varphi\colon V \to \{1, \dots, k\} is a conflict {cv}\{c_v\}-coloring (or single-conflict coloring) if for every edge e=uve=uv, it holds that

(φ(u),φ(v))(cu(e),cv(e)).(\varphi(u), \varphi(v)) \neq (c_u(e), c_v(e)).

The single-conflict chromatic number χsc(G)\chi_{\rm sc}(G) (also denoted χ(G)\chi_{\nleftrightarrow}(G), χ(G)\chi_\leftrightarrow(G), or χsc\chi_{\rm sc} in the literature) is the minimum kk such that for every local kk-partition, such a coloring exists. For rr-uniform hypergraphs H=(V,E)H=(V,E), a local kk-partition gives each vertex vv a map cv:E(v){1,,k}c_v:E(v)\to\{1,\dots,k\}, so each edge e={u1,,ur}e=\{u_1,\ldots,u_r\} receives an rr-tuple (cu1(e),,cur(e))(c_{u_1}(e),\ldots, c_{u_r}(e)); φ\varphi avoids ee if for some ii, φ(ui)cui(e)\varphi(u_i) \ne c_{u_i}(e), i.e., the color vector avoids matching the forbidden conflict tuple on ee (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 chad(G)ch_{\rm ad}(G): requires for every kk-list assignment and E{1,,k}E \to \{1,\dots,k\} edge-coloring, a vertex coloring avoiding c(u)=c(v)=f(uv)c(u)=c(v)=f(uv) on any edge uvuv.
  • Separation choosability chsep(G)ch_{\rm sep}(G): for every kk-list assignment with L(u)L(v)1|L(u)\cap L(v)|\leq 1 on uvuv, GG is LL-colorable.

Inequalities χsc(G)chad(G)chsep(G)\chi_{\rm sc}(G)\ge ch_{\rm ad}(G) \ge ch_{\rm sep}(G) always hold (Dvořák et al., 2018, Casselgren et al., 17 Sep 2025).

2. Structural and Extremal Results

Degeneracy and General Upper Bounds

For dd-degenerate graphs with nn vertices and edge multiplicity μloglogn\mu \leq \log\log n, Bradshaw–Masařík proved: χsc(G)=O(dlogn)\chi_{\rm sc}(G) = O(\sqrt{d}\log n) For general multiplicity μ\mu, the best bound is

χsc(G)d2μ2+2μ1+ln((d+1)Δ)\chi_{\rm sc}(G)\leq \left\lceil \sqrt{d}\cdot 2^{\frac{\mu}{2}+2}\sqrt{\mu}\sqrt{1+\ln((d+1)\Delta)} \right\rceil

where Δ\Delta 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 gg and simple graphs): χsc(G)C(g+1)1/4log(g+2)\chi_{\rm sc}(G)\leq C(g+1)^{1/4}\log(g+2) and more generally for multigraphs with mm edges and maximum multiplicity μ\mu: χsc(G)C(μm)1/4log(μm)\chi_{\rm sc}(G)\leq C'(\mu m)^{1/4}\log(\mu m) These bounds are sharp up to logarithmic factors—complete graphs have χsc(Kn)n\chi_{\rm sc}(K_n)\geq \sqrt{n}, and for complete multigraphs the lower bound is Ω(μn/log(μn))\Omega(\sqrt{\mu n/\log(\mu n)}) (Dvořák et al., 2018).

Classical Families

  • Planar Graphs: If GG is planar, χsc(G)4\chi_{\rm sc}(G)\le 4 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: χCF(G)6\chi_{\rm CF}(G)\le 6 for all planar graphs, with the extremal bounds established using structure-theoretic decompositions and contractions, and explicit inductive arguments for outerplanar graphs yielding χCF(G)4\chi_{\rm CF}(G)\leq 4 (Bhyravarapu et al., 2019).
  • Kneser Graphs: For K(n,k)K(n,k), χCF(K(n,k))=k+2\chi_{\rm CF}(K(n,k))=k+2 for nk(k+1)2+1n\geq k(k+1)^2+1, both upper and lower bounds shown via explicit coloring and hitting-set constructions (Bhyravarapu et al., 2019).
  • String Graphs: For string graph GG with classical chromatic number χ(G)=t\chi(G)=t, χCF(G)=O(t2logn)\chi_{\rm CF}(G)=O(t^2\log n) (Keller et al., 2017).
Graph Class χsc\chi_{\rm sc} or χCF\chi_{\rm CF} Upper Bound Reference
dd-degenerate O(dlogn)O(\sqrt{d}\log n) (Bradshaw et al., 2021)
Planar $4$ (χsc\chi_{\rm sc}), $6$ (χCF\chi_{\rm CF}) (Dvořák et al., 2018, Bhyravarapu et al., 2019)
Outerplanar $4$ (χCF\chi_{\rm CF}) (Bhyravarapu et al., 2019)
Kneser K(n,k)K(n,k) k+2k+2 (if nk(k+1)2+1n\ge k(k+1)^2+1) (Bhyravarapu et al., 2019)
Embeddable genus gg O(g1/4logg)O(g^{1/4}\log g) (Dvořák et al., 2018)

3. Relations to Adaptable and Separation Choosability

A local kk-partition gives rise to conflict tuples corresponding to list assignments and forbidden edge labels. The following chain holds for every (multi)graph GG: χsc(G)chad(G)chsep(G)\chi_{\rm sc}(G) \ge ch_{\rm ad}(G) \ge ch_{\rm sep}(G) There exist graphs (for every kk) with arbitrarily large gaps between χsc\chi_{\rm sc}, chadch_{\rm ad}, chsepch_{\rm sep}, and ch(G)ch(G) (Casselgren et al., 17 Sep 2025). For example, KnK_n has χsc(Kn)\chi_{\rm sc}(K_n) substantially less than ch(Kn)ch(K_n). Constructions exist where chsep(G)=2<chad(G)=χsc(G)=3ch_{\rm sep}(G)=2 < ch_{\rm ad}(G)=\chi_{\rm sc}(G)=3, and explicit planar multigraphs with (chsep,chad,χsc)=(3,3,4)(ch_{\rm sep}, ch_{\rm ad}, \chi_{\rm sc})=(3,3,4) (Casselgren et al., 17 Sep 2025).

Within planar graphs, a no-gap theorem precludes (chsep,chad,χsc)=(4,4,4)(ch_{\rm sep}, ch_{\rm ad}, \chi_{\rm sc})=(4,4,4) except as described above, and (3,3,4)(3,3,4) remains open for simple planars.

4. Algorithmic and Probabilistic Techniques

Constructions for O(dlogn)O(\sqrt{d}\log n) 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 β\beta, list sizes of Ω(β2(logβ+loglogm+loglogC))\Omega(\beta^2(\log \beta + \log\log m + \log\log |\mathcal{C}|)) suffice for deterministic completion in two rounds, matching earlier Linial-style color reduction but for single-conflict constraints (Maus et al., 2020).

For rr-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 KnK_n is at k=Θ(n/logn)k=\Theta(\sqrt{n/\log n}). For general rr, palette sizes k(r+δ)1/r(d/lnd)1/rk\geq (r+\delta)^{1/r}(d/\ln d)^{1/r} suffice for dd-degenerate rr-uniforms (Casselgren et al., 11 Jan 2026).

5. Generalizations and Variants

Hypergraphs

Single-conflict coloring generalizes naturally. Each vertex vv in rr-uniform H=(V,E)H=(V,E) is assigned cv:E(v){1,,k}c_v:E(v)\to\{1,\dots,k\}; a coloring φ:V{1,,k}\varphi:V\to\{1,\dots,k\} is proper if, for every e={u1,,ur}e=\{u_1,\dots,u_r\}, (φ(u1),,φ(ur))(cu1(e),,cur(e))(\varphi(u_1),\dots,\varphi(u_r)) \neq (c_{u_1}(e), \ldots, c_{u_r}(e)). The single-conflict chromatic number χsc(H)\chi_{\rm sc}(H) denotes the global minimum kk allowing all local kk-partitions to be avoided. Threshold phenomena for random conflict assignments parallel random kk-SAT scaling (Casselgren et al., 11 Jan 2026).

Variants

  • Conflict-free coloring on open/closed neighborhoods: For open neighborhoods, the conflict-free chromatic number χCF(G)\chi_{\rm CF}(G) is the minimum kk so that every vv 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 k=1k=1, 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 O(dlogn)O(\sqrt{d} \log n) bound for dd-degenerate simple graphs optimal, or can the logarithmic factor be removed?
  • For hypergraphs, does a similar sharp threshold for χsc\chi_{\rm sc} hold for general (not only linear or sparse) rr-uniforms, and can palette sparsification be generalized?
  • For specific planar structures, is there a simple planar GG with (chsep,chad,χsc)=(3,3,4)?(ch_{\rm sep},ch_{\rm ad},\chi_{\rm sc})=(3,3,4)?
  • 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 χsc(G)=k\chi_{\rm sc}(G)=k for small kk remains incomplete, with only partial results for k=2k=2 (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

χ(G)χDP(G)χsc(G)chad(G)chsep(G)\chi(G)\geq \chi_{\rm DP}(G) \geq \chi_{\rm sc}(G)\geq ch_{\rm ad}(G)\geq ch_{\rm sep}(G)

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.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Single Conflict Coloring.