English

Edge Deletion to Restrict the Size of an Epidemic

Data Structures and Algorithms 2021-02-12 v1

Abstract

Given a graph G=(V,E)G=(V,E), a set F\mathcal{F} of forbidden subgraphs, we study F\mathcal{F}-Free Edge Deletion, where the goal is to remove minimum number of edges such that the resulting graph does not contain any FFF\in \mathcal{F} as a subgraph. For the parameter treewidth, the question of whether the problem is FPT has remained open. Here we give a negative answer by showing that the problem is W[1]-hard when parameterized by the treewidth, which rules out FPT algorithms under common assumption. Thus we give a solution to the conjecture posted by Jessica Enright and Kitty Meeks in [Algorithmica 80 (2018) 1857-1889]. We also prove that the F\mathcal{F}-Free Edge Deletion problem is W[2]-hard when parameterized by the solution size kk, feedback vertex set number or pathwidth of the input graph. A special case of particular interest is the situation in which F\mathcal{F} is the set Th+1\mathcal{T}_{h+1} of all trees on h+1h+1 vertices, so that we delete edges in order to obtain a graph in which every component contains at most hh vertices. This is desirable from the point of view of restricting the spread of disease in transmission network. We prove that the Th+1\mathcal{T}_{h+1}-Free Edge Deletion problem is fixed-parameter tractable (FPT) when parameterized by the vertex cover number. We also prove that it admits a kernel with O(hk)O(hk) vertices and O(h2k)O(h^2k) edges, when parameterized by combined parameters hh and the solution size kk.

Keywords

Cite

@article{arxiv.2102.06068,
  title  = {Edge Deletion to Restrict the Size of an Epidemic},
  author = {Ajinkya Gaikwad and Soumen Maity},
  journal= {arXiv preprint arXiv:2102.06068},
  year   = {2021}
}