# Tracking Paths in Planar Graphs

**Authors:** David Eppstein, Michael T. Goodrich, James A. Liu, Pedro Matias

arXiv: 1908.05445 · 2019-10-01

## TL;DR

This paper investigates the NP-complete problem of tracking paths in planar graphs, providing a 4-approximation algorithm and a linear-time solution for graphs with bounded clique width when a clique decomposition is available.

## Contribution

It proves NP-completeness for planar graphs and offers a 4-approximation algorithm, along with a linear-time solution for graphs with bounded clique width using Courcelle's theorem.

## Key findings

- NP-complete for planar graphs
- 4-approximation algorithm provided
- Linear-time solution for bounded clique width graphs

## Abstract

We consider the NP-complete problem of tracking paths in a graph, first introduced by Banik et. al. [3]. Given an undirected graph with a source $s$ and a destination $t$, find the smallest subset of vertices whose intersection with any $s-t$ path results in a unique sequence. In this paper, we show that this problem remains NP-complete when the graph is planar and we give a 4-approximation algorithm in this setting. We also show, via Courcelle's theorem, that it can be solved in linear time for graphs of bounded-clique width, when its clique decomposition is given in advance.

## Full text

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

## Figures

27 figures with captions in the complete paper: https://tomesphere.com/paper/1908.05445/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1908.05445/full.md

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