English

Revisiting Token Sliding on Chordal Graphs

Data Structures and Algorithms 2025-02-19 v1

Abstract

In this article, we revisit the complexity of the reconfiguration of independent sets under the token sliding rule on chordal graphs. In the \textsc{Token Sliding-Connectivity} problem, the input is a graph GG and an integer kk, and the objective is to determine whether the reconfiguration graph TSk(G)TS_k(G) of GG is connected. The vertices of TSk(G)TS_k(G) are kk-independent sets of GG, and two vertices are adjacent if and only if one can transform one of the two corresponding independent sets into the other by sliding a vertex (also called a \emph{token}) along an edge. Bonamy and Bousquet [WG'17] proved that the \textsc{Token Sliding-Connectivity} problem is polynomial-time solvable on interval graphs but \NP-hard on split graphs. In light of these two results, the authors asked: can we decide the connectivity of TSk(G)TS_k(G) in polynomial time for chordal graphs with \emph{maximum clique-tree degree} dd? We answer this question in the negative and prove that the problem is \para-\NP-hard when parameterized by dd. More precisely, the problem is \NP-hard even when d=4d = 4. We then study the parameterized complexity of the problem for a larger parameter called \emph{leafage} and prove that the problem is \co-\W[1]-hard. We prove similar results for a closely related problem called \textsc{Token Sliding-Reachability}. In this problem, the input is a graph GG with two of its kk-independent sets II and JJ, and the objective is to determine whether there is a sequence of valid token sliding moves that transform II into JJ.

Keywords

Cite

@article{arxiv.2502.12749,
  title  = {Revisiting Token Sliding on Chordal Graphs},
  author = {Rajat Adak and Saraswati Girish Nanoti and Prafullkumar Tale},
  journal= {arXiv preprint arXiv:2502.12749},
  year   = {2025}
}
R2 v1 2026-06-28T21:48:34.261Z