English

Domination in graphs with bounded propagation: algorithms, formulations and hardness results

Data Structures and Algorithms 2008-02-18 v1 Computational Complexity

Abstract

We introduce a hierarchy of problems between the \textsc{Dominating Set} problem and the \textsc{Power Dominating Set} (PDS) problem called the \ell-round power dominating set (\ell-round PDS, for short) problem. For =1\ell=1, this is the \textsc{Dominating Set} problem, and for n1\ell\geq n-1, this is the PDS problem; here nn denotes the number of nodes in the input graph. In PDS the goal is to find a minimum size set of nodes SS that power dominates all the nodes, where a node vv is power dominated if (1) vv is in SS or it has a neighbor in SS, or (2) vv has a neighbor uu such that uu and all of its neighbors except vv are power dominated. Note that rule (1) is the same as for the \textsc{Dominating Set} problem, and that rule (2) is a type of propagation rule that applies iteratively. The \ell-round PDS problem has the same set of rules as PDS, except we apply rule (2) in ``parallel'' in at most 1\ell-1 rounds. We prove that \ell-round PDS cannot be approximated better than 2log1ϵn2^{\log^{1-\epsilon}{n}} even for =4\ell=4 in general graphs. We provide a dynamic programming algorithm to solve \ell-round PDS optimally in polynomial time on graphs of bounded tree-width. We present a PTAS (polynomial time approximation scheme) for \ell-round PDS on planar graphs for =O(lognloglogn)\ell=O(\tfrac{\log{n}}{\log{\log{n}}}). Finally, we give integer programming formulations for \ell-round PDS.

Keywords

Cite

@article{arxiv.0802.2130,
  title  = {Domination in graphs with bounded propagation: algorithms, formulations and hardness results},
  author = {Ashkan Aazami},
  journal= {arXiv preprint arXiv:0802.2130},
  year   = {2008}
}

Comments

24 pages

R2 v1 2026-06-21T10:12:48.483Z