Changing Induced Subgraph Isomorphisms Under Extended Reconfiguration Rules
Tatsuhiro Suga, Akira Suzuki, Yuma Tamura, Xiao Zhou
TL;DR
ISIsoR extends reconfiguration by allowing up to $k$ simultaneous moves for tokens representing an $H$-induced subgraph, and the paper proves PSPACE-completeness for ISIsoR with constant $k$ under additive pattern classes, derives negative and positive meta-theorems parameterized by $\mu=|V(H)|-k$, and provides XP algorithms based on a clique-compressed reconfiguration graph. It also analyzes Independent Set Reconfiguration as a special case, showing hardness on perfect graphs and polynomial-time solvability on perfect graphs when parameterized by $\mu$, and establishes connections between $k$-TS ISR and standard TS on even-hole-free graphs. Collectively, the work clarifies how extending reconfiguration rules alters tractability boundaries and informs solver design for practical reconfiguration problems. The results map complexity transitions across graph classes and parameter regimes, guiding both theoretical understanding and algorithmic development in extended reconfiguration contexts.
Abstract
In a reconfiguration problem, we are given two feasible solutions of a combinatorial problem and our goal is to determine whether it is possible to reconfigure one into the other, with the steps dictated by specific reconfiguration rules. Traditionally, most studies on reconfiguration problems have focused on rules that allow changing a single element at a time. In contrast, this paper considers scenarios in which $k \ge 2$ elements can be changed simultaneously. We investigate the general reconfiguration problem of isomorphisms. For the Induced Subgraph Isomorphism Reconfiguration problem, we show that the problem remains $\textsf{PSPACE}$-complete even under stringent constraints on the pattern graph when $k$ is constant. We then give two meta-theorems applicable when $k$ is slightly less than the number of vertices in the pattern graph. In addition, we investigate the complexity of the Independent Set Reconfiguration problem, which is a special case of the Induced Subgraph Isomorphism Reconfiguration problem.
