English

Dual parameterization of Weighted Coloring

Data Structures and Algorithms 2018-05-18 v1 Computational Complexity

Abstract

Given a graph GG, a proper kk-coloring of GG is a partition c=(Si)i[1,k]c = (S_i)_{i\in [1,k]} of V(G)V(G) into kk stable sets S1,,SkS_1,\ldots, S_{k}. Given a weight function w:V(G)R+w: V(G) \to \mathbb{R}^+, the weight of a color SiS_i is defined as w(i)=maxvSiw(v)w(i) = \max_{v \in S_i} w(v) and the weight of a coloring cc as w(c)=i=1kw(i)w(c) = \sum_{i=1}^{k}w(i). Guan and Zhu [Inf. Process. Lett., 1997] defined the weighted chromatic number of a pair (G,w)(G,w), denoted by σ(G,w)\sigma(G,w), as the minimum weight of a proper coloring of GG. The problem of determining σ(G,w)\sigma(G,w) has received considerable attention during the last years, and has been proved to be notoriously hard: for instance, it is NP-hard on split graphs, unsolvable on nn-vertex trees in time no(logn)n^{o(\log n)} unless the ETH fails, and W[1]-hard on forests parameterized by the size of a largest tree. In this article we provide some positive results for the problem, by considering its so-called dual parameterization: given a vertex-weighted graph (G,w)(G,w) and an integer kk, the question is whether σ(G,w)vV(G)w(v)k\sigma(G,w) \leq \sum_{v \in V(G)} w(v) - k. We prove that this problem is FPT by providing an algorithm running in time 9knO(1)9^k \cdot n^{O(1)}, and it is easy to see that no algorithm in time 2o(k)nO(1)2^{o(k)} \cdot n^{O(1)} exists under the ETH. On the other hand, we present a kernel with at most (2k1+1)(k1)(2^{k-1}+1) (k-1) vertices, and we rule out the existence of polynomial kernels unless NPcoNP/poly{\sf NP} \subseteq {\sf coNP} / {\sf poly}, even on split graphs with only two different weights. Finally, we identify some classes of graphs on which the problem admits a polynomial kernel, in particular interval graphs and subclasses of split graphs, and in the latter case we present lower bounds on the degrees of the polynomials.

Keywords

Cite

@article{arxiv.1805.06699,
  title  = {Dual parameterization of Weighted Coloring},
  author = {Júlio Araújo and Victor A. Campos and Carlos Vinícius G. C. Lima and Vinícius Fernandes dos Santos and Ignasi Sau and Ana Silva},
  journal= {arXiv preprint arXiv:1805.06699},
  year   = {2018}
}

Comments

13 pages

R2 v1 2026-06-23T01:58:34.237Z