# Generalized feedback vertex set problems on bounded-treewidth graphs:   chordality is the key to single-exponential parameterized algorithms

**Authors:** \'Edouard Bonnet, Nick Brettell, O-joung Kwon, D\'aniel Marx

arXiv: 1704.06757 · 2021-08-27

## TL;DR

This paper characterizes when single-exponential parameterized algorithms are possible for generalized feedback vertex set problems on bounded-treewidth graphs, highlighting the role of chordality in enabling efficient solutions.

## Contribution

It provides a sharp dichotomy for the complexity of generalized feedback vertex set problems based on the properties of the graph class  especially chordality, on bounded-treewidth graphs.

## Key findings

- Algorithms are efficient for chordal graph classes with fixed parameters.
- Problems become hard for classes containing induced cycles of length 4 or more.
- Complexity results depend on the hereditary properties of the graph class  especially chordality.

## Abstract

It has long been known that Feedback Vertex Set can be solved in time $2^{\mathcal{O}(w\log w)}n^{\mathcal{O}(1)}$ on $n$-vertex graphs of treewidth $w$, but it was only recently that this running time was improved to $2^{\mathcal{O}(w)}n^{\mathcal{O}(1)}$, that is, to single-exponential parameterized by treewidth. We investigate which generalizations of Feedback Vertex Set can be solved in a similar running time. Formally, for a class $\mathcal{P}$ of graphs, the Bounded $\mathcal{P}$-Block Vertex Deletion problem asks, given a graph~$G$ on $n$ vertices and positive integers~$k$ and~$d$, whether $G$ contains a set~$S$ of at most $k$ vertices such that each block of $G-S$ has at most $d$ vertices and is in $\mathcal{P}$. Assuming that $\mathcal{P}$ is recognizable in polynomial time and satisfies a certain natural hereditary condition, we give a sharp characterization of when single-exponential parameterized algorithms are possible for fixed values of $d$: if $\mathcal{P}$ consists only of chordal graphs, then the problem can be solved in time $2^{\mathcal{O}(wd^2)} n^{\mathcal{O}(1)}$, and if $\mathcal{P}$ contains a graph with an induced cycle of length $\ell\ge 4$, then the problem is not solvable in time $2^{o(w\log w)} n^{\mathcal{O}(1)}$ even for fixed $d=\ell$, unless the ETH fails. We also study a similar problem, called Bounded $\mathcal{P}$-Component Vertex Deletion, where the target graphs have connected components of small size rather than blocks of small size, and we present analogous results. For this problem, we also show that if $d$ is part of the input and $\mathcal{P}$ contains all chordal graphs, then it cannot be solved in time $f(w)n^{o(w)}$ for some function $f$, unless the ETH fails.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1704.06757/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1704.06757/full.md

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