theoretical computer science

Semitotal domination in unit disk graphs

arXiv:2607.14467

summary

The paper studies the Minimum Semitotal Domination problem on unit disk graphs, proving it is NP‑complete and presenting a linear‑time 5‑approximation algorithm based on BFS layers and maximal independent sets.

Abstract

A set is called a {\em semitotal dominating set} of if every vertex in is adjacent to at least one vertex in , and every vertex in is within distance 2 of another vertex in . The corresponding decision problem is NP-complete even for unit disk graphs. In this paper, we present a 5-factor approximation algorithm for the Minimum Semitotal Domination problem on unit disk graphs in the graph-based input model. The algorithm processes the layers of a Breadth-First-Search tree and constructs a maximal independent set whose vertices satisfy the semitotal condition. For a graph with vertices and edges, the algorithm runs in time, and hence in time in the worst case. This improves the previously known 5.75-approximation algorithm with running time.

Topics & keywords

#graph algorithms#domination problems#unit disk graphs#approximation algorithms#computational complexitysemitotal dominationunit disk graph5-approximationBFS treemaximal independent setlinear-time algorithm