English

Graph Coloring Below Guarantees via Co-Triangle Packing

Data Structures and Algorithms 2025-09-17 v1 Discrete Mathematics

Abstract

In the \ell-Coloring Problem, we are given a graph on nn nodes, and tasked with determining if its vertices can be properly colored using \ell colors. In this paper we study below-guarantee graph coloring, which tests whether an nn-vertex graph can be properly colored using gkg-k colors, where gg is a trivial upper bound such as nn. We introduce an algorithmic framework that builds on a packing of co-triangles K3\overline{K_3} (independent sets of three vertices): the algorithm greedily finds co-triangles and employs a win-win analysis. If many are found, we immediately return YES; otherwise these co-triangles form a small co-triangle modulator, whose deletion makes the graph co-triangle-free. Extending the work of [Gutin et al., SIDMA 2021], who solved \ell-Coloring (for any \ell) in randomized O(2k)O^*(2^{k}) time when given a K2\overline{K_2}-free modulator of size kk, we show that this problem can likewise be solved in randomized O(2k)O^*(2^{k}) time when given a K3\overline{K_3}-free modulator of size~kk. This result in turn yields a randomized O(23k/2)O^{*}(2^{3k/2}) algorithm for (nk)(n-k)-Coloring (also known as Dual Coloring), improving the previous O(4k)O^{*}(4^{k}) bound. We then introduce a smaller parameterization, (ω+μk)(\omega+\overline{\mu}-k)-Coloring, where ω\omega is the clique number and μ\overline{\mu} is the size of a maximum matching in the complement graph; since ω+μn\omega+\overline{\mu}\le n for any graph, this problem is strictly harder. Using the same co-triangle-packing argument, we obtain a randomized O(26k)O^{*}(2^{6k}) algorithm, establishing its fixed-parameter tractability for a smaller parameter. Complementing this finding, we show that no fixed-parameter tractable algorithm exists for (ωk)(\omega-k)-Coloring or (μk)(\overline{\mu}-k)-Coloring under standard complexity assumptions.

Keywords

Cite

@article{arxiv.2509.12347,
  title  = {Graph Coloring Below Guarantees via Co-Triangle Packing},
  author = {Shyan Akmal and Tomohiro Koana},
  journal= {arXiv preprint arXiv:2509.12347},
  year   = {2025}
}
R2 v1 2026-07-01T05:37:42.928Z