Approximation Algorithms for Connected Dominating Sets
Abstract
The dominating set problem in graphs asks for a minimum size subset of
vertices with the following property: each vertex is required to either be
in the dominating set, or adjacent to some node in the dominating set.
We focus on the question of finding a {\em connected dominating set}
of minimum size, where the graph induced by vertices in the dominating
set is required to be {\em connected} as well.
This problem arises in network testing, as well as in wireless communication.
Two polynomial time algorithms that achieve approximation factors
of $O(H(\Delta))$ are presented, where $\Delta$ is the maximum degree,
and $H$ is the harmonic function.
This question also arises in relation to the traveling tourist problem,
where one is looking for the shortest tour such that each vertex is either
visited, or has at least one of its neighbors visited.
We study a generalization of the problem when the vertices have weights,
and give an algorithm which achieves a performance ratio of $3 \ln n$.
We also consider the more general problem of
finding a connected dominating set of
a specified subset of vertices and provide an $O(H(\Delta))$
approximation factor. To prove the bound we also develop an optimal
approximation algorithm for the unit node weighted Steiner tree problem.
(Also cross-referenced as UMIACS-TR-96-47)