# Finding Dominating Induced Matchings in $(S_{2,2,3})$-Free Graphs in   Polynomial Time

**Authors:** Andreas Brandst\"adt, Raffaele Mosca

arXiv: 1706.04894 · 2020-01-07

## TL;DR

This paper proves that the Dominating Induced Matching problem can be solved in polynomial time for a specific class of graphs called $S_{2,2,3}$-free graphs, expanding the known tractable cases.

## Contribution

The paper introduces a novel approach that combines two methods to efficiently solve the DIM problem for $S_{2,2,3}$-free graphs, a previously unresolved class.

## Key findings

- DIM problem is polynomial-time solvable for $S_{2,2,3}$-free graphs.
- The approach extends tractability to a new class of graphs.
- This advances understanding of efficient edge domination in restricted graph classes.

## Abstract

Let $G=(V,E)$ be a finite undirected graph. An edge set $E' \subseteq E$ is a {\em dominating induced matching} ({\em d.i.m.}) in $G$ if every edge in $E$ is intersected by exactly one edge of $E'$. The \emph{Dominating Induced Matching} (\emph{DIM}) problem asks for the existence of a d.i.m.\ in $G$; this problem is also known as the \emph{Efficient Edge Domination} problem; it is the Efficient Domination problem for line graphs.   The DIM problem is \NP-complete even for very restricted graph classes such as planar bipartite graphs with maximum degree 3 and is solvable in linear time for $P_7$-free graphs, and in polynomial time for $S_{1,2,4}$-free graphs as well as for $S_{2,2,2}$-free graphs. In this paper, combining two distinct approaches, we solve it in polynomial time for $S_{2,2,3}$-free graphs.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.04894/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1706.04894/full.md

---
Source: https://tomesphere.com/paper/1706.04894