English

Token sliding on graphs of girth five

Computational Complexity 2022-05-03 v1 Discrete Mathematics Data Structures and Algorithms Combinatorics

Abstract

In the Token Sliding problem we are given a graph GG and two independent sets IsI_s and ItI_t in GG of size k1k \geq 1. The goal is to decide whether there exists a sequence I1,I2,,I\langle I_1, I_2, \ldots, I_\ell \rangle of independent sets such that for all i{1,,}i \in \{1,\ldots, \ell\} the set IiI_i is an independent set of size kk, I1=IsI_1 = I_s, I=ItI_\ell = I_t and IiIi+1={u,v}E(G)I_i \triangle I_{i + 1} = \{u, v\} \in E(G). Intuitively, we view each independent set as a collection of tokens placed on the vertices of the graph. Then, the problem asks whether there exists a sequence of independent sets that transforms IsI_s into ItI_t where at each step we are allowed to slide one token from a vertex to a neighboring vertex. In this paper, we focus on the parameterized complexity of Token Sliding parameterized by kk. As shown by Bartier et al., the problem is W[1]-hard on graphs of girth four or less, and the authors posed the question of whether there exists a constant p5p \geq 5 such that the problem becomes fixed-parameter tractable on graphs of girth at least pp. We answer their question positively and prove that the problem is indeed fixed-parameter tractable on graphs of girth five or more, which establishes a full classification of the tractability of Token Sliding parameterized by the number of tokens based on the girth of the input graph.

Keywords

Cite

@article{arxiv.2205.01009,
  title  = {Token sliding on graphs of girth five},
  author = {Valentin Bartier and Nicolas Bousquet and Jihad Hanna and Amer E. Mouawad and Sebastian Siebertz},
  journal= {arXiv preprint arXiv:2205.01009},
  year   = {2022}
}
R2 v1 2026-06-24T11:04:57.508Z