English
Related papers

Related papers: Token Jumping in Planar Graphs has Linear Sized Ke…

200 papers

Fix a positive integer $r$, and a graph $G$ that is $K_{3,r}$-minor-free. Let $I_s$ and $I_t$ be two independent sets in $G$, each of size $k$. We begin with a ``token'' on each vertex of $I_s$ and seek to move all tokens to $I_t$, by…

Combinatorics · Mathematics 2025-06-05 Nicolas Bousquet , Daniel W. Cranston

Suppose that we are given two independent sets $I_0$ and $I_r$ of a graph such that $|I_0| = |I_r|$, and imagine that a token is placed on each vertex in $I_0$. The token jumping problem is to determine whether there exists a sequence of…

Discrete Mathematics · Computer Science 2015-03-12 Takehiro Ito , Marcin Kamiński , Hirotaka Ono

In the Token Jumping problem we are given a graph $G = (V,E)$ and two independent sets $S$ and $T$ of $G$, each of size $k \geq 1$. The goal is to determine whether there exists a sequence of $k$-sized independent sets in $G$, $\langle S_0,…

Computational Complexity · Computer Science 2025-01-15 Valentin Bartier , Nicolas Bousquet , Clément Dallard , Kyle Lomer , Amer E. Mouawad

The problem \textsc{Token Jumping} asks whether, given a graph $G$ and two independent sets of \emph{tokens} $I$ and $J$ of $G$, we can transform $I$ into $J$ by changing the position of a single token in each step and having an independent…

Data Structures and Algorithms · Computer Science 2026-02-13 Daniel W. Cranston , Moritz Mühlenthaler , Benjamin Peyrille

Given two $k$-independent sets $I$ and $J$ of a graph $G$, one can ask if it is possible to transform the one into the other in such a way that, at any step, we replace one vertex of the current independent set by another while keeping the…

Computational Complexity · Computer Science 2017-06-30 Nicolas Bousquet , Arnaud Mary , Aline Parreau

Given a graph $G$ and two independent sets $I_s$ and $I_t$ of size $k$, the independent set reconfiguration problem asks whether there exists a sequence of $k$-sized independent sets $I_s = I_0, I_1, I_2, \ldots, I_\ell = I_t$ such that…

Computational Complexity · Computer Science 2022-04-13 Valentin Bartier , Nicolas Bousquet , Amer E. Mouawad

Let I be an independent set of a graph G. Imagine that a token is located on any vertex of I. We can now move the tokens of I along the edges of the graph as long as the set of tokens still defines an independent set of G. Given two…

Discrete Mathematics · Computer Science 2016-05-03 Marthe Bonamy , Nicolas Bousquet

Let $S$ be an independent set of a simple undirected graph $G$. Suppose that each vertex of $S$ has a token placed on it. The tokens are allowed to be moved, one at a time, by sliding along the edges of $G$, so that after each move, the…

Discrete Mathematics · Computer Science 2024-10-10 Mathew C. Francis , Veena Prabhakaran

Suppose that we are given two independent sets $I_b$ and $I_r$ of a graph such that $|I_b|=|I_r|$, and imagine that a token is placed on each vertex in $I_b$. Then, the sliding token problem is to determine whether there exists a sequence…

In the Token Sliding problem we are given a graph $G$ and two independent sets $I_s$ and $I_t$ in $G$ of size $k \geq 1$. The goal is to decide whether there exists a sequence $\langle I_1, I_2, \ldots, I_\ell \rangle$ of independent sets…

Computational Complexity · Computer Science 2022-05-03 Valentin Bartier , Nicolas Bousquet , Jihad Hanna , Amer E. Mouawad , Sebastian Siebertz

In reconfiguration, we are given two solutions to a graph problem, such as Vertex Cover or Dominating Set, with each solu tion represented by a placement of tokens on vertices of the graph. Our task is to reconfigure one into the other…

Combinatorics · Mathematics 2024-11-22 Jan Matyáš Křišťan , Jakub Svoboda

Tracking of moving objects is crucial to security systems and networks. Given a graph $G$, terminal vertices $s$ and $t$, and an integer $k$, the \textsc{Tracking Paths} problem asks whether there exists at most $k$ vertices, which if…

Data Structures and Algorithms · Computer Science 2020-08-24 Pratibha Choudhary , Venkatesh Raman

Given a graph $G$ and two independent sets of $G$, the independent set reconfiguration problem asks whether one independent set can be transformed into the other by moving a single vertex at a time, such that at each intermediate step we…

Discrete Mathematics · Computer Science 2024-02-06 Valentin Bartier , Nicolas Bousquet , Moritz Mühlenthaler

Given two independent sets $I, J$ of a graph $G$, and imagine that a token (coin) is placed at each vertex of $I$. The Sliding Token problem asks if one could transform $I$ to $J$ via a sequence of elementary steps, where each step requires…

Discrete Mathematics · Computer Science 2018-03-20 Duc A. Hoang , Ryuhei Uehara

Assume we are given a graph $G$, two independent sets $S$ and $T$ in $G$ of size $k \geq 1$, and a positive integer $\ell \geq 1$. The goal is to decide whether there exists a sequence $\langle I_0, I_1, ..., I_\ell \rangle$ of independent…

Computational Complexity · Computer Science 2022-09-13 Akanksha Agrawal , Soumita Hait , Amer E. Mouawad

An independent set of a graph $G$ is a vertex subset $I$ such that there is no edge joining any two vertices in $I$. Imagine that a token is placed on each vertex of an independent set of $G$. The $\mathsf{TS}$- ($\mathsf{TS}_k$-)…

Combinatorics · Mathematics 2023-05-18 David Avis , Duc A. Hoang

Suppose that we are given two dominating sets $D_s$ and $D_t$ of a graph $G$ whose cardinalities are at most a given threshold $k$. Then, we are asked whether there exists a sequence of dominating sets of $G$ between $D_s$ and $D_t$ such…

Discrete Mathematics · Computer Science 2015-03-04 Arash Haddadan , Takehiro Ito , Amer E. Mouawad , Naomi Nishimura , Hirotaka Ono , Akira Suzuki , Youcef Tebbal

A graph vertex-subset problem defines which subsets of the vertices of an input graph are feasible solutions. We view a feasible solution as a set of tokens placed on the vertices of the graph. A reconfiguration variant of a vertex-subset…

Computational Complexity · Computer Science 2022-04-25 Nicolas Bousquet , Amer E. Mouawad , Naomi Nishimura , Sebastian Siebertz

Let $G$ be a graph and $D_s$ and $D_t$ be two dominating sets of $G$ of size $k$. Does there exist a sequence $\langle D_0 = D_s, D_1, \ldots, D_{\ell-1}, D_\ell = D_t \rangle$ of dominating sets of $G$ such that $D_{i+1}$ can be obtained…

Computational Complexity · Computer Science 2021-05-21 Marthe Bonamy , Paul Dorbec , Paul Ouvrard

We study the problem of reconfiguring one minimum $s$-$t$-separator $A$ into another minimum $s$-$t$-separator $B$ in some $n$-vertex graph $G$ containing two non-adjacent vertices $s$ and $t$. We consider several variants of the problem as…

‹ Prev 1 2 3 10 Next ›