An Exact Algorithm for finding Maximum Induced Matching in Subcubic Graphs
Gordon Hoi, Ammar Fathin Sabili, Frank Stephan

TL;DR
This paper presents an exact exponential-time algorithm with improved efficiency for finding maximum induced matchings in subcubic graphs, reducing the time complexity compared to previous methods.
Contribution
It introduces a novel $O(1.2630^n)$ time algorithm for maximum induced matching in subcubic graphs, improving upon prior polynomial-space solutions.
Findings
New algorithm runs in $O(1.2630^n)$ time
Reduces computational complexity compared to previous methods
Operates within polynomial space constraints
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.
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
TopicsCaching and Content Delivery · Optimization and Search Problems · Advanced Graph Theory Research
