English

Deleting edges to restrict the size of an epidemic

Data Structures and Algorithms 2017-04-20 v5 Combinatorics

Abstract

Motivated by applications in network epidemiology, we consider the problem of determining whether it is possible to delete at most kk edges from a given input graph (of small treewidth) so that the resulting graph avoids a set F\mathcal{F} of forbidden subgraphs; of particular interest is the problem of determining whether it is possible to delete at most kk edges so that the resulting graph has no connected component of more than hh vertices, as this bounds the worst-case size of an epidemic. While even this special case of the problem is NP-complete in general (even when h=3h=3), we provide evidence that many of the real-world networks of interest are likely to have small treewidth, and we describe an algorithm which solves the general problem in time \genruntime ~on an input graph having nn vertices and whose treewidth is bounded by a fixed constant ww, if each of the subgraphs we wish to avoid has at most rr vertices. For the special case in which we wish only to ensure that no component has more than hh vertices, we improve on this to give an algorithm running in time O((wh)2wn)O((wh)^{2w}n), which we have implemented and tested on real datasets based on cattle movements.

Keywords

Cite

@article{arxiv.1504.05773,
  title  = {Deleting edges to restrict the size of an epidemic},
  author = {Jessica Enright and Kitty Meeks},
  journal= {arXiv preprint arXiv:1504.05773},
  year   = {2017}
}

Comments

Author final version of article to appear in Algorithmica (funding details updated from previous version)