A Complexity Analysis of the c-Closed Vertex Deletion Problem
Lisa Lehner, Christian Komusiewicz, Luca Pascal Staus

TL;DR
This paper analyzes the computational complexity of the c-Closed Vertex Deletion problem, exploring its NP-hardness, kernelization bounds, and fixed-parameter tractability on specific graph classes.
Contribution
It provides new complexity results, kernel size bounds, and algorithms for c-Closed Vertex Deletion, including NP-hardness proofs and fixed-parameter tractability on certain graph classes.
Findings
NP-hardness for bipartite graphs with bounded degree
Kernel size bounds based on bad pairs parameter
Polynomial-time solution on certain interval graphs
Abstract
A graph is -closed when every pair of nonadjacent vertices has at most common neighbors. In -Closed Vertex Deletion, the input is a graph and an integer and we ask whether can be transformed into a -closed graph by deleting at most vertices. We study the classic and parameterized complexity of -Closed Vertex Deletion. We obtain, for example, NP-hardness for the case that is bipartite with bounded maximum degree. We also show upper and lower bounds on the size of problem kernels for the parameter and introduce a new parameter, the number of vertices in bad pairs, for which we show a problem kernel of size . Here, a pair of nonadjacent vertices is bad if they have at least common neighbors. Finally, we show that -Closed Vertex Deletion can be solved in polynomial time on unit interval graphs with depth at…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Genome Rearrangement Algorithms
