Solving Capacitated Dominating Set by using covering by subsets and maximum matching

  • Authors:
  • Mathieu Liedloff;Ioan Todinca;Yngve Villanger

  • Affiliations:
  • LIFO, Université d'Orléans, 45067 Orléans Cedex 2, France;LIFO, Université d'Orléans, 45067 Orléans Cedex 2, France;Department of Informatics, University of Bergen, N-5020 Bergen, Norway

  • Venue:
  • Discrete Applied Mathematics
  • Year:
  • 2014

Quantified Score

Hi-index 0.04

Visualization

Abstract

The Capacitated Dominating Set problem is the problem of finding a dominating set of minimum cardinality where each vertex has been assigned a bound on the number of vertices it has capacity to dominate. Cygan et al. showed in 2009 that this problem can be solved in O(n^3mnn/3) or in O^*(1.89^n) time using maximum matching algorithm. An alternative way to solve this problem is to use dynamic programming over subsets. By exploiting structural properties of instances that cannot be solved fast by the maximum matching approach, and ''hiding'' additional cost related to considering subsets of large cardinality in the dynamic programming, an improved algorithm is obtained. We show that the Capacitated Dominating Set problem can be solved in O^*(1.8463^n) time.