English

Coloring Reconfiguration under Color Swapping

Data Structures and Algorithms 2025-11-11 v1

Abstract

In the \textsc{Coloring Reconfiguration} problem, we are given two proper kk-colorings of a graph and asked to decide whether one can be transformed into the other by repeatedly applying a specified recoloring rule, while maintaining a proper coloring throughout. For this problem, two recoloring rules have been widely studied: \emph{single-vertex recoloring} and \emph{Kempe chain recoloring}. In this paper, we introduce a new rule, called \emph{color swapping}, where two adjacent vertices may exchange their colors, so that the resulting coloring remains proper, and study the computational complexity of the problem under this rule. We first establish a complexity dichotomy with respect to kk: the problem is solvable in polynomial time for k2k \leq 2, and is PSPACE-complete for k3k \geq 3. We further show that the problem remains PSPACE-complete even on restricted graph classes, including bipartite graphs, split graphs, and planar graphs of bounded degree. In contrast, we present polynomial-time algorithms for several graph classes: for paths when k=3k = 3, for split graphs when kk is fixed, and for cographs when kk is arbitrary.

Keywords

Cite

@article{arxiv.2511.06473,
  title  = {Coloring Reconfiguration under Color Swapping},
  author = {Janosch Fuchs and Rin Saito and Tatsuhiro Suga and Takahiro Suzuki and Yuma Tamura},
  journal= {arXiv preprint arXiv:2511.06473},
  year   = {2025}
}

Comments

30 pages, 10 figures, ISAAC 2025

R2 v1 2026-07-01T07:28:30.099Z