Distance Recoloring

Abstract

Reconfiguration problems ask whether one feasible solution can be transformed into another by a sequence of local moves while maintaining feasibility throughout. For integers d ≥ 1 and k ≥ d+1, the Distance Coloring problem asks if a given graph G has a (d, k)-coloring, i.e., a coloring of the vertices of G by k colors such that any two vertices within distance d from each other have different colors. For ordinary proper colorings (d=1), the k-Coloring Reconfiguration problem is polynomial-time solvable for k 3 [Cereceda, van den Heuvel, and Johnson, J. Graph Theory 67(1):69--82, 2011] but is PSPACE-complete for every fixed k 4, even on bipartite graphs [Bonsma and Cereceda, Theor. Comput. Sci. 410(50):5215--5226, 2009]. In this work, we initiate a study of the distance-d analogue, for d ≥ 2. We show that even for planar, bipartite, and 2-degenerate graphs, (d, k)-Coloring Reconfiguration remains PSPACE-complete for every d ≥ 3 via a reduction from the well-known Sliding Tokens problem. Our construction uses k = k0 + 2 + n( d/2-1) colors on instances of size n, where k0∈\3d+3,3d+6\ (depending on the parity of d). For d = 2, the same reduction scheme can be adapted to show that the problem is PSPACE-complete on planar and 2-degenerate graphs with same values of k. Additionally, on split graphs, there is an interesting dichotomy: the problem is PSPACE-complete when d = 2 and k is large but can be solved efficiently when d ≥ 3 and k ≥ d+1. For chordal graphs, we show that the problem is PSPACE-complete for even values of d ≥ 2. Finally, we design a quadratic-time algorithm to solve the problem on paths for any d ≥ 2 and k ≥ d+1.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…