The paper studies the Biclique-Free Vertex Deletion (BFVD) problem, which is a generalization of the Bounded-Degree Deletion (BDD) problem. In BFVD, the goal is to find a set of at most k vertices that intersects every biclique Ki,j in the input graph G.
The key results are:
BFVD can be solved in O*(2^(dk^2)) time on graphs with degeneracy d by using a win-win approach. If the number of vertices that appear in the smaller side of a biclique is small, the algorithm uses the vertex cover number. Otherwise, it finds a set of vertices that intersects every solution.
BFVD can be solved in O*(2^(k^2 + fvn*k)) time when parameterized by the feedback vertex number fvn, for i ≥ 2. This implies that BFVD is FPT for fvn in this case.
In contrast, BFVD is W[1]-hard when parameterized by the treedepth, even for any fixed i ≥ 1. This is the first problem shown to be FPT for the feedback vertex number but W[1]-hard for the treedepth.
BFVD admits a polynomial kernel of size O(fen^2) when parameterized by the feedback edge number fen for i = 1, and O(fen) for i ≥ 2.
The algorithms use various structural properties of the input graph, such as degeneracy, feedback vertex set, and feedback edge set, to efficiently solve the BFVD problem.
A otro idioma
del contenido fuente
arxiv.org
Ideas clave extraídas de
by Lito Goldman... a las arxiv.org 09-11-2024
https://arxiv.org/pdf/2308.00501.pdfConsultas más profundas