English

Solving Target Set Selection with Bounded Thresholds Faster than $2^n$

Data Structures and Algorithms 2018-09-07 v2

Abstract

In this paper we consider the Target Set Selection problem. The problem naturally arises in many fields like economy, sociology, medicine. In the Target Set Selection problem one is given a graph GG with a function thr:V(G)N{0}\operatorname{thr}: V(G) \to \mathbb{N} \cup \{0\} and integers k,k, \ell. The goal of the problem is to activate at most kk vertices initially so that at the end of the activation process there is at least \ell activated vertices. The activation process occurs in the following way: (i) once activated, a vertex stays activated forever; (ii) vertex vv becomes activated if at least thr(v)\operatorname{thr}(v) of its neighbours are activated. The problem and its different special cases were extensively studied from approximation and parameterized points of view. For example, parameterizations by the following parameters were studied: treewidth, feedback vertex set, diameter, size of target set, vertex cover, cluster editing number and others. Despite the extensive study of the problem it is still unknown whether the problem can be solved in O((2ϵ)n)\mathcal{O}^*((2-\epsilon)^n) time for some ϵ>0\epsilon >0. We partially answer this question by presenting several faster-than-trivial algorithms that work in cases of constant thresholds, constant dual thresholds or when the threshold value of each vertex is bounded by one-third of its degree. Also, we show that the problem parameterized by \ell is W[1]-hard even when all thresholds are constant.

Keywords

Cite

@article{arxiv.1807.10789,
  title  = {Solving Target Set Selection with Bounded Thresholds Faster than $2^n$},
  author = {Ivan Bliznets and Danil Sagunov},
  journal= {arXiv preprint arXiv:1807.10789},
  year   = {2018}
}

Comments

Accepted to IPEC 2018; fixed reference in preliminaries

R2 v1 2026-06-23T03:17:30.498Z