Performance Guaranteed Evolutionary Algorithm for Minimum Connected Dominating Set
A connected dominating set is a widely adopted model for the virtual backbone of a wireless sensor network. In this paper, we design an evolutionary algorithm for the minimum connected dominating set problem (MinCDS), whose performance is theoretically guaranteed in terms of both computation time and approximation ratio. Given a connected graph G=(V,E), a connected dominating set (CDS) is a subset C⊆ V such that every vertex in V∖ C has a neighbor in C, and the subgraph of G induced by C is connected. The goal of MinCDS is to find a CDS of G with the minimum cardinality. We show that our evolutionary algorithm can find a CDS in expected O(n^3) time which approximates the optimal value within factor (2+lnΔ), where n and Δ are the number of vertices and the maximum degree of graph G, respectively.
READ FULL TEXT