Optimal General Matchings
Szymon Dudycz, Katarzyna Paluch

TL;DR
This paper introduces the first polynomial-time algorithm for finding maximum weight B-matchings in graphs where each vertex's degree set has no gaps of length greater than one, extending previous polynomial solutions.
Contribution
It presents the first polynomial-time algorithm for maximum weight B-matching in graphs with degree sets without gaps of length greater than one.
Findings
Algorithm efficiently finds maximum weight B-matchings.
Extends polynomial-time solutions to a broader class of degree constraints.
Demonstrates applicability to graphs with specific degree set structures.
Abstract
Given a graph and for each vertex a subset of the set a -matching of is any set such that for each vertex . The general matching problem asks the existence of a -matching in a given graph. A set is said to have a {\em gap of length} if there exists a number such that and . Without any restrictions the general matching problem is NP-complete. However, if no set contains a gap of length greater than , then the problem can be solved in polynomial time and Cornuejols \cite{Cor} presented an algorithm for finding a -matching, if it exists. In this paper we consider a version of the general matching problem, in which we are interested in finding a -matching having a maximum (or minimum) number of edges. We…
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 · Limits and Structures in Graph Theory
