Towards an algebraic approach to the reconfiguration CSP
Kei Kimura
TL;DR
The paper introduces an algebraic framework for the reconfiguration CSP (RCSP) based on partial polymorphisms, enabling reductions and tractability results under equality constraints. It defines and analyzes ordered partial Maltsev operations to characterize safely OR-free (SOF) and related tractable RCSP classes, extending known Boolean results to broader domains. Key contributions include a polynomial-time algorithm for RCSP when an ordered partial Maltsev operation is a partial polymorphism, and a detailed study of the invariance properties of various relation classes (SOF, SNF, SCB) and their digraph analogues. The work highlights the potential of combining algebraic and topological perspectives in RCSP complexity, while acknowledging gaps in the theory of partial operations and pp-interpretations.
Abstract
This paper investigates the reconfiguration variant of the Constraint Satisfaction Problem (CSP), referred to as the Reconfiguration CSP (RCSP). Given a CSP instance and two of its solutions, RCSP asks whether one solution can be transformed into the other via a sequence of intermediate solutions, each differing by the assignment of a single variable. RCSP has attracted growing interest in theoretical computer science, and when the variable domain is Boolean, the computational complexity of RCSP exhibits a dichotomy depending on the allowed constraint types. A notable special case is the reconfiguration of graph homomorphisms -- also known as graph recoloring -- which has been studied using topological methods. We propose a novel algebraic approach to RCSP, inspired by techniques used in classical CSP complexity analysis. Unlike traditional methods based on total operations, our framework employs partial operations to capture a reduction involving equality constraints. This perspective facilitates the extension of complexity results from Boolean domains to more general settings, demonstrating the versatility of partial operations in identifying tractable RCSP instances.
