English

A cubic vertex kernel for Diamond-free Edge Deletion and more

Data Structures and Algorithms 2016-01-01 v2

Abstract

A diamond is a graph obtained by removing an edge from a complete graph on four vertices. A graph is diamond-free if it does not contain an induced diamond. The Diamond-free Edge Deletion problem asks whether there exist at most kk edges in the input graph GG whose deletion results in a diamond-free graph. For this problem, a polynomial kernel of O(k4O(k^4) vertices was found by Fellows et. al. (Discrete Optimization, 2011). In this paper, we give an improved kernel of O(k3)O(k^3) vertices for Diamond-free Edge Deletion. Further, we give an O(k2)O(k^2) vertex kernel for a related problem {Diamond,K_t}-free Edge Deletion, where t4t\geq 4 is any fixed integer. To complement our results, we prove that these problems are NP-complete even for K4K_4-free graphs and can be solved neither in subexponential time (i.e., 2o(G)2^{o(|G|)}) nor in parameterized subexponential time (i.e., 2o(k)GO(1)2^{o(k)}\cdot |G|^{O(1)}), unless Exponential Time Hypothesis fails. Our reduction implies the hardness and lower bound for a general class of problems, where these problems come as a special case.

Cite

@article{arxiv.1507.08792,
  title  = {A cubic vertex kernel for Diamond-free Edge Deletion and more},
  author = {R. B. Sandeep and Naveen Sivadasan},
  journal= {arXiv preprint arXiv:1507.08792},
  year   = {2016}
}

Comments

A preliminary version of this paper has appeared in the proceedings of IPEC 2015

R2 v1 2026-06-22T10:23:11.372Z