An $O(n^3)$ time algorithm for the maximum-weight limited-capacity many-to-many matching
Fatemeh Rajabi-Alni, Behrouz Minaei-Bidgoli

TL;DR
This paper presents an $O(n^3)$ time algorithm for finding maximum or minimum weight limited-capacity many-to-many matchings in bipartite graphs with non-positive or non-negative edge weights, respectively.
Contribution
It introduces an efficient $O(n^3)$ algorithm for solving the LCMM problem under specific weight conditions, improving computational efficiency.
Findings
Algorithm runs in $O(n^3)$ time.
Effective for non-positive and non-negative edge weights.
Addresses capacity constraints in bipartite matchings.
Abstract
Given an undirected bipartite graph , a many-to-many matching (MM) in matches each vertex in (resp. ) to at least one vertex in (resp. ). In this paper, we consider the limited-capacity many-to-many matching (LCMM) in , where each vertex is matched to at least one and at most vertices; the function denotes the capacity of (an upper bound on its degree in the LCMM). We give an time algorithm for finding a maximum (respectively minimum) weight LCMM in with non-positive real (respectively non-negative real) edge weights, where .
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
Topicsgraph theory and CDMA systems · Limits and Structures in Graph Theory · Advanced Graph Theory Research
