Weighted Connected Matchings
Guilherme C. M. Gomes, Bruno P. Masquio, Paulo E. D. Pinto, Vinicius, F. dos Santos, Jayme L. Szwarcfiter

TL;DR
This paper investigates the computational complexity of the Maximum Weight Connected Matching problem, revealing NP-hardness in many graph classes, polynomial solvability in some special cases, and parameterized algorithms with kernelization limits.
Contribution
It establishes NP-hardness for weighted connected matchings in various graph classes, provides polynomial algorithms for specific graph types, and explores parameterized complexity and kernelization boundaries.
Findings
NP-hardness in bounded diameter bipartite and planar graphs
Polynomial-time algorithms for trees and subcubic graphs
Single exponential time algorithm parameterized by treewidth
Abstract
A matching is a -matching if the subgraph induced by the endpoints of the edges of satisfies property . As examples, for appropriate choices of , the problems Induced Matching, Uniquely Restricted Matching, Connected Matching and Disconnected Matching arise. For many of these problems, finding a maximum -matching is a knowingly NP-Hard problem, with few exceptions, such as connected matchings, which has the same time complexity as usual Maximum Matching problem. The weighted variant of Maximum Matching has been studied for decades, with many applications, including the well-known Assignment problem. Motivated by this fact, in addition to some recent researches in weighted versions of acyclic and induced matchings, we study the Maximum Weight Connected Matching. In this problem, we want to find a matching such that the…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
