# A Brief Note on Single Source Fault Tolerant Reachability

**Authors:** Daniel Lokshtanov, Pranabendu Misra, Saket Saurabh, Meirav Zehavi

arXiv: 1904.08150 · 2019-04-18

## TL;DR

This paper presents a simplified algorithm for constructing fault-tolerant reachability subgraphs in directed graphs, extending previous work with improved simplicity and applicability to higher connectivity using important separators.

## Contribution

The authors introduce a simpler method for computing k-FTRS, leveraging important separators, and extend the approach to higher connectivity scenarios.

## Key findings

- Simpler algorithm for k-FTRS construction
- Extension to higher connectivity cases
- Uses important separators technique

## Abstract

Let $G$ be a directed graph with $n$ vertices and $m$ edges, and let $s \in V(G)$ be a designated source vertex. We consider the problem of single source reachability (SSR) from $s$ in presence of failures of edges (or vertices). Formally, a spanning subgraph $H$ of $G$ is a {\em $k$-Fault Tolerant Reachability Subgraph ($k$-FTRS)} if it has the following property. For any set $F$ of at most $k$ edges (or vertices) in $G$, and for any vertex $v\in V(G)$, the vertex $v$ is reachable from $s$ in $G-F$ if and only if it is reachable from $s$ in $H - F$. Baswana et.al. [STOC 2016, SICOMP 2018] showed that in the setting above, for any positive integer $k$, we can compute a $k$-FTRS with $2^k n$ edges. In this paper, we give a much simpler algorithm for computing a $k$-FTRS, and observe that it extends to higher connectivity as well. Our results follow from a simple application of \emph{important separators}, a well known technique in Parameterized Complexity.

## Full text

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

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1904.08150/full.md

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