English

Efficient Enumeration of Dominating Sets for Sparse Graphs

Data Structures and Algorithms 2020-09-23 v4

Abstract

A dominating set DD of a graph GG is a set of vertices such that any vertex in GG is in DD or its neighbor is in DD. Enumeration of minimal dominating sets in a graph is one of central problems in enumeration study since enumeration of minimal dominating sets corresponds to enumeration of minimal hypergraph transversal. However, enumeration of dominating sets including non-minimal ones has not been received much attention. In this paper, we address enumeration problems for dominating sets from sparse graphs which are degenerate graphs and graphs with large girth, and we propose two algorithms for solving the problems. The first algorithm enumerates all the dominating sets for a kk-degenerate graph in O(k)O(k) time per solution using O(n+m)O(n + m) space, where nn and mm are respectively the number of vertices and edges in an input graph. That is, the algorithm is optimal for graphs with constant degeneracy such as trees, planar graphs, HH-minor free graphs with some fixed HH. The second algorithm enumerates all the dominating sets in constant time per solution for input graphs with girth at least nine.

Keywords

Cite

@article{arxiv.1802.07863,
  title  = {Efficient Enumeration of Dominating Sets for Sparse Graphs},
  author = {Kazuhiro Kurita and Kunihiro Wasa and Hiroki Arimura and Takeaki Uno},
  journal= {arXiv preprint arXiv:1802.07863},
  year   = {2020}
}
R2 v1 2026-06-23T00:29:36.294Z