Pathfinding in Self-Deleting Graphs
Abstract
In this paper, we study the problem of pathfinding on traversal-dependent graphs, i.e., graphs whose edges change depending on the previously visited vertices. In particular, we study \emph{self-deleting graphs}, introduced by Carmesin et al. (Sarah Carmesin, David Woller, David Parker, Miroslav Kulich, and Masoumeh Mansouri. The Hamiltonian cycle and travelling salesperson problems with traversal-dependent edge deletion. J. Comput. Sci.), which consist of a graph and a function , where is the set of edges that will be deleted after visiting the vertex . In the \textsc{(Shortest) Self-Deleting --path} problem we are given a self-deleting graph and its vertices and , and we are asked to find a (shortest) path from to , such that it does not traverse an edge in after visiting for any vertex . We prove that \textsc{Self-Deleting --path} is NP-hard even if the given graph is outerplanar, bipartite, has maximum degree , bandwidth and for each vertex . We show that \textsc{Shortest Self-Deleting --path} is W[1]-complete parameterized by the length of the sought path and that \textsc{Self-Deleting --path} is \W{1}-complete parameterized by the vertex cover number, feedback vertex set number and treedepth. We also show that the problem becomes FPT when we parameterize by the maximum size of and several structural parameters. Lastly, we show that the problem does not admit a polynomial kernel even for parameterization by the vertex cover number and the maximum size of combined already on 2-outerplanar graphs.
Cite
@article{arxiv.2507.12047,
title = {Pathfinding in Self-Deleting Graphs},
author = {Michal Dvořák and Dušan Knop and Michal Opler and Jan Pokorný and Ondřej Suchý and Krisztina Szilágyi},
journal= {arXiv preprint arXiv:2507.12047},
year = {2025}
}
Comments
Full version of paper accepted to ISAAC