English

Exact Algorithms for Dominating Induced Matching Based on Graph Partition

Data Structures and Algorithms 2017-08-08 v1

Abstract

A dominating induced matching, also called an efficient edge domination, of a graph G=(V,E)G=(V,E) with n=Vn=|V| vertices and m=Em=|E| edges is a subset FEF \subseteq E of edges in the graph such that no two edges in FF share a common endpoint and each edge in EFE\setminus F is incident with exactly one edge in FF. It is NP-hard to decide whether a graph admits a dominating induced matching or not. In this paper, we design a 1.1467nnO(1)1.1467^nn^{O(1)}-time exact algorithm for this problem, improving all previous results. This problem can be redefined as a partition problem that is to partition the vertex set of a graph into two parts II and FF, where II induces an independent set (a 0-regular graph) and FF induces a perfect matching (a 1-regular graph). After giving several structural properties of the problem, we show that the problem always contains some "good vertices", branching on which by including them to either II or FF we can effectively reduce the graph. This leads to a fast exact algorithm to this problem.

Keywords

Cite

@article{arxiv.1408.6196,
  title  = {Exact Algorithms for Dominating Induced Matching Based on Graph Partition},
  author = {Mingyu Xiao and Hiroshi Nagamochi},
  journal= {arXiv preprint arXiv:1408.6196},
  year   = {2017}
}
R2 v1 2026-06-22T05:40:34.388Z