# On the Complexity of Restoring Corrupted Colorings

**Authors:** Marzio De Biasi, Juho Lauri

arXiv: 1701.01939 · 2017-01-10

## TL;DR

This paper investigates the computational complexity of restoring proper colorings in graphs through recoloring or swapping, proving hardness results and the non-existence of polynomial kernels for certain variants.

## Contribution

It provides an alternative proof for the non-existence of polynomial kernels for Fix, analyzes the complexity of FixSwap, and studies promise variants with hardness results.

## Key findings

- Fix does not admit a polynomial kernel unless NP ⊆ coNP/poly.
- FixSwap is W[1]-hard for r ≥ 3.
- Promise variants are NP-hard on planar graphs and cannot be solved in 2^{o(√n)} time under ETH.

## Abstract

In the \probrFix problem, we are given a graph $G$, a (non-proper) vertex-coloring $c : V(G) \to [r]$, and a positive integer $k$. The goal is to decide whether a proper $r$-coloring $c'$ is obtainable from $c$ by recoloring at most $k$ vertices of $G$. Recently, Junosza-Szaniawski, Liedloff, and Rz{\k{a}}{\.z}ewski [SOFSEM 2015] asked whether the problem has a polynomial kernel parameterized by the number of recolorings $k$. In a full version of the manuscript, the authors together with Garnero and Montealegre, answered the question in the negative: for every $r \geq 3$, the problem \probrFix does not admit a polynomial kernel unless $\NP \subseteq \coNP / \poly$. Independently of their work, we give an alternative proof of the theorem. Furthermore, we study the complexity of \probrFixSwap, where the only difference from \probrFix is that instead of $k$ recolorings we have a budget of $k$ color swaps. We show that for every $r \geq 3$, the problem \probrFixSwap is $\W[1]$-hard whereas \probrFix is known to be FPT. Moreover, when $r$ is part of the input, we observe both \probFix and \probFixSwap are $\W[1]$-hard parameterized by treewidth. We also study promise variants of the problems, where we are guaranteed that a proper $r$-coloring $c'$ is indeed obtainable from $c$ by some finite number of swaps. For instance, we prove that for $r=3$, the problems \probrFixPromise and \probrFixSwapPromise are $\NP$-hard for planar graphs. As a consequence of our reduction, the problems cannot be solved in $2^{o(\sqrt{n})}$ time unless the Exponential Time Hypothesis (ETH) fails.

## Full text

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

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1701.01939/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1701.01939/full.md

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