# Ruling out FPT algorithms for Weighted Coloring on forests

**Authors:** J\'ulio Ara\'ujo, Julien Baste, Ignasi Sau

arXiv: 1703.09726 · 2017-03-30

## TL;DR

This paper proves that computing the weighted chromatic number and its variants on trees and forests is unlikely to be fixed-parameter tractable, under the widely believed assumption that FPT ≠ W[1], extending hardness results to these graph classes.

## Contribution

It establishes W[1]-hardness and W[2]-hardness for computing weighted chromatic numbers on forests, under weaker complexity assumptions than ETH.

## Key findings

- Computing σ(G,w) is W[1]-hard parameterized by largest component size.
- Computing σ(G,w;r) is W[2]-hard parameterized by r.
- No FPT algorithms are likely for these problems on trees or forests.

## Abstract

Given a graph $G$, a proper $k$-coloring of $G$ is a partition $c = (S_i)_{i\in [1,k]}$ of $V(G)$ into $k$ stable sets $S_1,\ldots, S_{k}$. Given a weight function $w: V(G) \to \mathbb{R}^+$, the weight of a color $S_i$ is defined as $w(i) = \max_{v \in S_i} w(v)$ and the weight of a coloring $c$ as $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)$, denoted by $\sigma(G,w)$, as the minimum weight of a proper coloring of $G$. For a positive integer $r$, they also defined $\sigma(G,w;r)$ as the minimum of $w(c)$ among all proper $r$-colorings $c$ of $G$.   The complexity of determining $\sigma(G,w)$ when $G$ is a tree was open for almost 20 years, until Ara\'ujo et al. [SIAM J. Discrete Math., 2014] recently proved that the problem cannot be solved in time $n^{o(\log n)}$ on $n$-vertex trees unless the Exponential Time Hypothesis (ETH) fails.   The objective of this article is to provide hardness results for computing $\sigma(G,w)$ and $\sigma(G,w;r)$ when $G$ is a tree or a forest, relying on complexity assumptions weaker than the ETH. Namely, we study the problem from the viewpoint of parameterized complexity, and we assume the weaker hypothesis $FPT \neq W[1]$. Building on the techniques of Ara\'ujo et al., we prove that when $G$ is a forest, computing $\sigma(G,w)$ is $W[1]$-hard parameterized by the size of a largest connected component of $G$, and that computing $\sigma(G,w;r)$ is $W[2]$-hard parameterized by $r$. Our results rule out the existence of $FPT$ algorithms for computing these invariants on trees or forests for many natural choices of the parameter.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.09726/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1703.09726/full.md

## References

15 references — full list in the complete paper: https://tomesphere.com/paper/1703.09726/full.md

---
Source: https://tomesphere.com/paper/1703.09726