# Reconfiguring Undirected Paths

**Authors:** Erik D. Demaine, David Eppstein, Adam Hesterberg, Kshitij Jain, Anna, Lubiw, Ryuhei Uehara, Yushi Uno

arXiv: 1905.00518 · 2019-05-03

## TL;DR

This paper studies the problem of reconfiguring fixed-length paths in undirected graphs through edge additions and removals, providing efficient algorithms for trees and fixed-parameter cases, but proving PSPACE-completeness in certain graph classes.

## Contribution

It introduces algorithms for reconfiguring paths in trees and fixed-parameter cases, and establishes computational hardness in graphs of bounded bandwidth.

## Key findings

- Linear-time solution for trees
- Fixed-parameter tractability for certain parameters
- PSPACE-completeness in graphs of bounded bandwidth

## Abstract

We consider problems in which a simple path of fixed length, in an undirected graph, is to be shifted from a start position to a goal position by moves that add an edge to either end of the path and remove an edge from the other end. We show that this problem may be solved in linear time in trees, and is fixed-parameter tractable when parameterized either by the cyclomatic number of the input graph or by the length of the path. However, it is PSPACE-complete for paths of unbounded length in graphs of bounded bandwidth.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.00518/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1905.00518/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1905.00518/full.md

---
Source: https://tomesphere.com/paper/1905.00518