# Perfect Edge Domination: Hard and Solvable Cases

**Authors:** Min Chih Lin, Vadim Lozin, Veronica A. Moyano, Jayme L. Szwarcfiter

arXiv: 1705.08379 · 2017-05-24

## TL;DR

This paper investigates the computational complexity of the perfect edge dominating problem, proving NP-completeness for certain graph classes, providing efficient algorithms for others, and establishing a complexity dichotomy based on graph properties.

## Contribution

It offers new NP-completeness proofs, efficient algorithms for specific graph classes, and a complexity classification for the perfect edge domination problem.

## Key findings

- NP-completeness for claw-free graphs of degree at most 3
- Linear time algorithm for cubic claw-free graphs
- A linear time algorithm for minimum weight perfect edge dominating set in P5-free graphs

## Abstract

Let $G$ be an undirected graph. An edge of $G$ dominates itself and all edges adjacent to it. A subset $E'$ of edges of $G$ is an edge dominating set of $G$, if every edge of the graph is dominated by some edge of $E'$. We say that $E'$ is a perfect edge dominating set of $G$, if every edge not in $E'$ is dominated by exactly one edge of $E'$. The perfect edge dominating problem is to determine a least cardinality perfect edge dominating set of $G$. For this problem, we describe two NP-completeness proofs, for the classes of claw-free graphs of degree at most 3, and for bounded degree graphs, of maximum degree at most $d \geq 3$ and large girth. In contrast, we prove that the problem admits an $O(n)$ time solution, for cubic claw-free graphs. In addition, we prove a complexity dichotomy theorem for the perfect edge domination problem, based on the results described in the paper. Finally, we describe a linear time algorithm for finding a minimum weight perfect edge dominating set of a $P_5$-free graph. The algorithm is robust, in the sense that, given an arbitrary graph $G$, either it computes a minimum weight perfect edge dominating set of $G$, or it exhibits an induced subgraph of $G$, isomorphic to a $P_5$.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1705.08379/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1705.08379/full.md

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