Token Sliding Reconfiguration on DAGs
By: Jona Dirks, Alexandre Vigny
Potential Business Impact:
Moves puzzle pieces on a map to new spots.
Given a graph $G$ and two independent sets of same size, the Independent Set Reconfiguration Problem under token sliding ask whether one can, in a step by step manner, transform the first independent set into the second one. In each step we must preserve the condition of independence. Further, referring to solution vertices as tokens, we are only permitted to slide a token along an edge. Until the recent work of Ito et al. [Ito et al. MFCS 2022] this problem was only considered on undirected graphs. In this work, we study reconfiguration under token sliding focusing on DAGs. We present a complete dichotomy of intractability in regard to the depth of the DAG, by proving that this problem is NP-complete for DAGs of depth 3 and $\textrm{W}[1]$-hard for depth 4 when parameterized by the number of tokens $k$, and that these bounds are tight. Further, we prove that it is fixed parameter tractable on DAGs parameterized by the combination of treewidth and $k$. We show that this result applies to undirected graphs, when the number of times a token can visit a vertex is restricted.
Similar Papers
The tape reconfiguration problem and its consequences for dominating set reconfiguration
Computational Complexity
Moves game pieces to new spots, keeping rules.
Lower bounds for dominating set reconfiguration on sparse (directed) graphs
Discrete Mathematics
Moves dots to change one pattern to another.
A Linear Kernel for Independent Set Reconfiguration in Planar Graphs
Combinatorics
Moves game pieces faster on special maps.