A Parameterized Perspective on Uniquely Restricted Matchings
By: Juhi Chaudhary, Ignasi Sau, Meirav Zehavi
Potential Business Impact:
Finds special sets of connections in networks.
Given a graph G, a matching is a subset of edges of G that do not share an endpoint. A matching M is uniquely restricted if the subgraph induced by the endpoints of the edges of M has exactly one perfect matching. Given a graph G and a positive integer \ell, Uniquely Restricted Matching asks whether G has a uniquely restricted matching of size at least \ell. In this paper, we study the parameterized complexity of Uniquely Restricted Matching under various parameters. Specifically, we show that Uniquely Restricted Matching admits a fixed-parameter tractable (FPT) algorithm on line graphs when parameterized by the solution size. We also establish that the problem is FPT when parameterized by the treewidth of the input graph. Furthermore, we show that Uniquely Restricted Matching does not admit a polynomial kernel with respect to the vertex cover number plus the size of the matching unless NP \subseteq coNP/poly.
Similar Papers
On Computational Aspects of Ordered Matching Problems
Computational Complexity
Helps computers solve tricky matching puzzles faster.
Differentially Private Matchings
Data Structures and Algorithms
Finds private connections in secret networks.
Exact Matching and Top-k Perfect Matching Parameterized by Neighborhood Diversity or Bandwidth
Data Structures and Algorithms
Finds best matchings in complex networks faster.