An Efficient Algorithm for the Partitioning Min-Max Weighted Matching Problem

01/25/2022
by   Yuxuan Wang, et al.
0

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_LS is the state-of-the-art. In this work, we observe there is a time bottleneck in the matching phase of MP_LS. Hence, we optimize the redundant operations during the matching iterations, and propose an efficient algorithm called the MP_KM-M that greatly speeds up MP_LS. The bottleneck time complexity is optimized from O(n^3) to O(n^2). We also prove the correctness of MP_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_KM-M and MP_LS. The evaluation results show that our MP_KM-M greatly shortens the runtime as compared with MP_LS while yielding the same solution quality.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/25/2018

Hardness of Approximation for Morse Matching

We consider the approximability of maximization and minimization variant...
research
02/12/2019

The Complexity of Max-Min k-Partitioning

In this paper we study a max-min k-partition problem on a weighted graph...
research
02/21/2018

Max-size popular matchings and extensions

We consider the max-size popular matching problem in a roommates instanc...
research
11/21/2022

A min-max theorem for the minimum fleet-size problem

A retrospective fleet-sizing problem can be solved via bipartite matchin...
research
05/15/2021

On the Complexity of Nucleolus Computation for Bipartite b-Matching Games

We explore the complexity of nucleolus computation in b-matching games o...
research
07/12/2022

Popular Matchings with One-Sided Bias

Let G = (A ∪ B,E) be a bipartite graph where the set A consists of agent...
research
11/17/2020

Efficient stream-based Max-Min diversification with minimal failure rate

The stream-based Max-Min diversification problem concerns the task of se...

Please sign up or login with your details

Forgot password? Click here to reset