Efficient Many-To-Many Matching of Points with Demands in One Dimension
Fatemeh Rajabi-Alni, Behrouz Minaei-Bidgoli

TL;DR
This paper introduces the first efficient quadratic-time algorithms for solving minimum-cost many-to-many matching problems with demands and capacities in one dimension, improving computational feasibility for large instances.
Contribution
The paper presents the first $O(n^2)$ algorithms for one-dimensional minimum-cost many-to-many matchings with demands and capacities, extending previous work to more complex constraints.
Findings
Developed an $O(n^2)$ algorithm for OMMD.
Extended the approach to the more general OMDC problem.
Achieved efficient solutions for large-scale one-dimensional matching problems.
Abstract
Given two point sets and , the minimum-cost many-to-many matching with demands (MMD) problem is the problem of finding a minimum-cost many-to-many matching between and such that each point of (respectively ) is matched to at least a given number of the points of (respectively ). We propose the first -time algorithm for computing a one dimensional MMD (OMMD) of minimum cost between and , where . In an OMMD problem, the input point sets and lie on the real line and the cost of matching a point to another point equals the Euclidean distance between the two points. We also study a generalized version of the MMD problem, the many-to-many matching with demands and capacities (MMDC) problem, that in which each point has a limited capacity in addition to a demand. We give the first -time…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
