Exact Algorithms for Dominating Induced Matching Based on Graph Partition
Mingyu Xiao, Hiroshi Nagamochi

TL;DR
This paper presents a new exact algorithm with improved exponential time complexity for finding a dominating induced matching in a graph, a problem known to be NP-hard, by leveraging structural properties and graph partitioning techniques.
Contribution
It introduces a faster exact algorithm with time complexity $1.1467^n n^{O(1)}$ for the NP-hard dominating induced matching problem, improving previous results.
Findings
Achieved a $1.1467^n n^{O(1)}$-time algorithm for the problem
Identified structural properties and 'good vertices' to optimize the search process
Provided theoretical analysis and proof of algorithm efficiency
Abstract
A dominating induced matching, also called an efficient edge domination, of a graph with vertices and edges is a subset of edges in the graph such that no two edges in share a common endpoint and each edge in is incident with exactly one edge in . It is NP-hard to decide whether a graph admits a dominating induced matching or not. In this paper, we design a -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 and , where induces an independent set (a 0-regular graph) and 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
