English

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 kk such that, given a graph G=(V,E)G=(V,E), can we find a subset of vertices SS of size kk for which every vertices vv in the induced graph G[S]G[S] has exactly degree 11. In this paper, we design an exact algorithm running in O(1.2630n)O(1.2630^n) 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 L(G2)L(G^2); this method uses O(1.3139n)O(1.3139^n) time.

Keywords

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}
}
R2 v1 2026-06-24T08:44:36.811Z