English

On the complexity of Broadcast Domination and Multipacking in digraphs

Data Structures and Algorithms 2022-01-25 v2 Computational Complexity

Abstract

We study the complexity of the two dual covering and packing distance-based problems Broadcast Domination and Multipacking in digraphs. A dominating broadcast of a digraph DD is a function f:V(D)Nf:V(D)\to\mathbb{N} such that for each vertex vv of DD, there exists a vertex tt with f(t)>0f(t)>0 having a directed path to vv of length at most f(t)f(t). The cost of ff is the sum of f(v)f(v) over all vertices vv. A multipacking is a set SS of vertices of DD such that for each vertex vv of DD and for every integer dd, there are at most dd vertices from SS within directed distance at most dd from vv. The maximum size of a multipacking of DD is a lower bound to the minimum cost of a dominating broadcast of DD. Let Broadcast Domination denote the problem of deciding whether a given digraph DD has a dominating broadcast of cost at most kk, and Multipacking the problem of deciding whether DD has a multipacking of size at least kk. It is known that Broadcast Domination is polynomial-time solvable for the class of all undirected graphs (that is, symmetric digraphs), while polynomial-time algorithms for Multipacking are known only for a few classes of undirected graphs. We prove that Broadcast Domination and Multipacking are both NP-complete for digraphs, even for planar layered acyclic digraphs of small maximum degree. Moreover, when parameterized by the solution cost/solution size, we show that the problems are W-hard. We also show that Broadcast Domination is FPT on acyclic digraphs, and that it does not admit a polynomial kernel for such inputs, unless the polynomial hierarchy collapses to its third level. In addition, we show that both problems are FPT when parameterized by the solution cost/solution size together with the maximum out-degree, and as well, by the vertex cover number. Finally, we give for both problems polynomial-time algorithms for some subclasses of acyclic digraphs.

Keywords

Cite

@article{arxiv.2003.10570,
  title  = {On the complexity of Broadcast Domination and Multipacking in digraphs},
  author = {Florent Foucaud and Benjamin Gras and Anthony Perez and Florian Sikora},
  journal= {arXiv preprint arXiv:2003.10570},
  year   = {2022}
}

Comments

Extended abstract to appear in proceedings of IWOCA 2020

R2 v1 2026-06-23T14:24:42.537Z