English

Parameterized complexity of fair deletion problems

Data Structures and Algorithms 2022-03-17 v2 Computational Complexity

Abstract

Deletion problems are those where given a graph GG and a graph property π\pi, the goal is to find a subset of edges such that after its removal the graph GG will satisfy the property π\pi. Typically, we want to minimize the number of elements removed. In fair deletion problems we change the objective: we minimize the maximum number of deletions in a neighborhood of a single vertex. We study the parameterized complexity of fair deletion problems with respect to the structural parameters of the tree-width, the path-width, the size of a minimum feedback vertex set, the neighborhood diversity, and the size of minimum vertex cover of graph GG. We prove the W[1]-hardness of the fair FO vertex-deletion problem with respect to the first three parameters combined. Moreover, we show that there is no algorithm for fair FO vertex-deletion problem running in time no(k1/3)n^{o(k^{1/3})}, where nn is the size of the graph and kk is the sum of the first three mentioned parameters, provided that the Exponential Time Hypothesis holds. On the other hand, we provide an FPT algorithm for the fair MSO edge-deletion problem parameterized by the size of minimum vertex cover and an FPT algorithm for the fair MSO vertex-deletion problem parameterized by the neighborhood diversity

Keywords

Cite

@article{arxiv.1605.07959,
  title  = {Parameterized complexity of fair deletion problems},
  author = {Tomáš Masařík and Tomáš Toufar},
  journal= {arXiv preprint arXiv:1605.07959},
  year   = {2022}
}

Comments

17 pages. The hardness results from v1 were extended to FO logic

R2 v1 2026-06-22T14:09:28.322Z