# Subset Feedback Vertex Set in Chordal and Split Graphs

**Authors:** Geevarghese Philip, Varun Rajan, Saket Saurabh, Prafullkumar, Tale

arXiv: 1901.02209 · 2019-01-09

## TL;DR

This paper improves algorithms and kernel sizes for the Subset Feedback Vertex Set problem on split and chordal graphs, achieving faster solutions and smaller kernels than previously known.

## Contribution

It presents an improved kernel of size O(k^2) and an O*(2^k) time algorithm for Subset-FVS on split and chordal graphs, extending prior results.

## Key findings

- Kernel size reduced to O(k^2)
- Algorithm runs in O*(2^k) time for split graphs
- Extends results to chordal graphs

## Abstract

In the \textsc{Subset Feedback Vertex Set (Subset-FVS)} problem the input is a graph $G$, a subset \(T\) of vertices of \(G\) called the `terminal' vertices, and an integer $k$. The task is to determine whether there exists a subset of vertices of cardinality at most $k$ which together intersect all cycles which pass through the terminals. \textsc{Subset-FVS} generalizes several well studied problems including \textsc{Feedback Vertex Set} and \textsc{Multiway Cut}. This problem is known to be \NP-Complete even in split graphs. Cygan et al. proved that \textsc{Subset-FVS} is fixed parameter tractable (\FPT) in general graphs when parameterized by $k$ [SIAM J. Discrete Math (2013)]. In split graphs a simple observation reduces the problem to an equivalent instance of the $3$-\textsc{Hitting Set} problem with same solution size. This directly implies, for \textsc{Subset-FVS} \emph{restricted to split graphs}, (i) an \FPT algorithm which solves the problem in $\OhStar(2.076^k)$ time \footnote{The \(\OhStar()\) notation hides polynomial factors.}% for \textsc{Subset-FVS} in Chordal % Graphs [Wahlstr\"om, Ph.D. Thesis], and (ii) a kernel of size $\mathcal{O}(k^3)$. We improve both these results for \textsc{Subset-FVS} on split graphs; we derive (i) a kernel of size $\mathcal{O}(k^2)$ which is the best possible unless $\NP \subseteq \coNP/{\sf poly}$, and (ii) an algorithm which solves the problem in time $\mathcal{O}^*(2^k)$. Our algorithm, in fact, solves \textsc{Subset-FVS} on the more general class of \emph{chordal graphs}, also in $\mathcal{O}^*(2^k)$ time.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1901.02209/full.md

## References

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

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