English

Parameterized Pre-coloring Extension and List Coloring Problems

Data Structures and Algorithms 2019-07-30 v1 Computational Complexity Discrete Mathematics

Abstract

Golovach, Paulusma and Song (Inf. Comput. 2014) asked to determine the parameterized complexity of the following problems parameterized by kk: (1) Given a graph GG, a clique modulator DD (a clique modulator is a set of vertices, whose removal results in a clique) of size kk for GG, and a list L(v)L(v) of colors for every vV(G)v\in V(G), decide whether GG has a proper list coloring; (2) Given a graph GG, a clique modulator DD of size kk for GG, and a pre-coloring λP:XQ\lambda_P: X \rightarrow Q for XV(G),X \subseteq V(G), decide whether λP\lambda_P can be extended to a proper coloring of GG using only colors from Q.Q. For Problem 1 we design an O(2k)O^*(2^k)-time randomized algorithm and for Problem 2 we obtain a kernel with at most 3k3k vertices. Banik et al. (IWOCA 2019) proved the the following problem is fixed-parameter tractable and asked whether it admits a polynomial kernel: Given a graph GG, an integer kk, and a list L(v)L(v) of exactly nkn-k colors for every vV(G),v \in V(G), decide whether there is a proper list coloring for G.G. We obtain a kernel with O(k2)O(k^2) vertices and colors and a compression to a variation of the problem with O(k)O(k) vertices and O(k2)O(k^2) colors.

Keywords

Cite

@article{arxiv.1907.12061,
  title  = {Parameterized Pre-coloring Extension and List Coloring Problems},
  author = {Gregory Gutin and Diptapriyo Majumdar and Sebastian Ordyniak and Magnus Wahlström},
  journal= {arXiv preprint arXiv:1907.12061},
  year   = {2019}
}
R2 v1 2026-06-23T10:33:02.932Z