Computing a many-to-many matching with demands and capacities between two sets using the Hungarian algorithm

November 03, 2022 Β· Declared Dead Β· πŸ› Journal of mathematics

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Fatemeh Rajabi-Alni, Alireza Bagheri arXiv ID 2211.01612 Category cs.DS: Data Structures & Algorithms Citations 5 Venue Journal of mathematics Last Checked 4 months ago
Abstract
Given two sets A={a_1,a_2,...,a_s} and {b_1,b_2,...,b_t}, a many-to-many matching with demands and capacities (MMDC) between A and B matches each element a_i in A to at least Ξ±_i and at most Ξ±'_i elements in B, and each element b_j in B to at least Ξ²_j and at most Ξ²'_j elements in A for all 1=<i<=s and 1=<j<=t. In this paper, we present an algorithm for finding a minimum-cost MMDC between A and B using the well-known Hungarian algorithm.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted