Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
162 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
45 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

An Efficient Algorithm for the Partitioning Min-Max Weighted Matching Problem (2201.10049v1)

Published 25 Jan 2022 in cs.DS

Abstract: The Partitioning Min-Max Weighted Matching (PMMWM) problem is an NP-hard problem that combines the problem of partitioning a group of vertices of a bipartite graph into disjoint subsets with limited size and the classical Min-Max Weighted Matching (MMWM) problem. Kress et al. proposed this problem in 2015 and they also provided several algorithms, among which MP${\text{LS}}$ is the state-of-the-art. In this work, we observe there is a time bottleneck in the matching phase of MP${\text{LS}}$. Hence, we optimize the redundant operations during the matching iterations, and propose an efficient algorithm called the MP${\text{KM-M}}$ that greatly speeds up MP${\text{LS}}$. The bottleneck time complexity is optimized from $O(n3)$ to $O(n2)$. We also prove the correctness of MP${\text{KM-M}}$ by the primal-dual method. To test the performance on diverse instances, we generate various types and sizes of benchmarks, and carried out an extensive computational study on the performance of MP${\text{KM-M}}$ and MP${\text{LS}}$. The evaluation results show that our MP${\text{KM-M}}$ greatly shortens the runtime as compared with MP$_{\text{LS}}$ while yielding the same solution quality.

Summary

We haven't generated a summary for this paper yet.