English

Induced Matching below Guarantees: Average Paves the Way for Fixed-Parameter Tractability

Data Structures and Algorithms 2022-12-29 v1

Abstract

In this work, we study the Induced Matching problem: Given an undirected graph GG and an integer \ell, is there an induced matching MM of size at least \ell? An edge subset MM is an induced matching in GG if MM is a matching such that there is no edge between two distinct edges of MM. Our work looks into the parameterized complexity of Induced Matching with respect to "below guarantee" parameterizations. We consider the parameterization uu - \ell for an upper bound uu on the size of any induced matching. For instance, any induced matching is of size at most n/2n / 2 where nn is the number of vertices, which gives us a parameter n/2n / 2 - \ell. In fact, there is a straightforward 9n/2nO(1)9^{n/2 - \ell} \cdot n^{O(1)}-time algorithm for Induced Matching [Moser and Thilikos, J. Discrete Algorithms]. Motivated by this, we ask: Is Induced Matching FPT for a parameter smaller than n/2n / 2 - \ell? In search for such parameters, we consider MM(G)MM(G) - \ell and IS(G)IS(G) - \ell, where MM(G)MM(G) is the maximum matching size and IS(G)IS(G) is the maximum independent set size of GG. We find that Induced Matching is presumably not FPT when parameterized by MM(G)MM(G) - \ell or IS(G)IS(G) - \ell. In contrast to these intractability results, we find that taking the average of the two helps -- our main result is a branching algorithm that solves Induced Matching in 49(MM(G)+IS(G))/2nO(1)49^{(MM(G) + IS(G))/ 2 - \ell} \cdot n^{O(1)} time. Our algorithm makes use of the Gallai-Edmonds decomposition to find a structure to branch on.

Keywords

Cite

@article{arxiv.2212.13962,
  title  = {Induced Matching below Guarantees: Average Paves the Way for Fixed-Parameter Tractability},
  author = {Tomohiro Koana},
  journal= {arXiv preprint arXiv:2212.13962},
  year   = {2022}
}
R2 v1 2026-06-28T07:55:01.486Z