An Exact Algorithm for finding Maximum Induced Matching in Subcubic Graphs
Data Structures and Algorithms
2022-01-11 v1 Logic
Abstract
The Maximum Induced Matching problem asks to find the maximum such that, given a graph , can we find a subset of vertices of size for which every vertices in the induced graph has exactly degree . In this paper, we design an exact algorithm running in time and polynomial space to solve the Maximum Induced Matching problem for graphs where each vertex has degree at most 3. Prior work solved the problem by finding the Maximum Independent Set using polynomial space in the line graph ; this method uses time.
Cite
@article{arxiv.2201.03220,
title = {An Exact Algorithm for finding Maximum Induced Matching in Subcubic Graphs},
author = {Gordon Hoi and Ammar Fathin Sabili and Frank Stephan},
journal= {arXiv preprint arXiv:2201.03220},
year = {2022}
}