Back to Search Start Over

Engineering Fast Algorithms for the Bottleneck Matching Problem

Authors :
Ioannis Panagiotas and Grégoire Pichon and Somesh Singh and Bora Uçar
Panagiotas, Ioannis
Pichon, Grégoire
Singh, Somesh
Uçar, Bora
Ioannis Panagiotas and Grégoire Pichon and Somesh Singh and Bora Uçar
Panagiotas, Ioannis
Pichon, Grégoire
Singh, Somesh
Uçar, Bora
Publication Year :
2023

Abstract

We investigate the maximum bottleneck matching problem in bipartite graphs. Given a bipartite graph with nonnegative edge weights, the problem is to find a maximum cardinality matching in which the minimum weight of an edge is the maximum. To the best of our knowledge, there are two widely used solvers for this problem based on two different approaches. There exists a third known approach in the literature, which seems inferior to those two which is presumably why there is no implementation of it. We take this third approach, make theoretical observations to improve its behavior, and implement the improved method. Experiments with the existing two solvers show that their run time can be too high to be useful in many interesting cases. Furthermore, their performance is not predictable, and slight perturbations of the input graph lead to considerable changes in the run time. On the other hand, the proposed solver’s performance is much more stable; it is almost always faster than or comparable to the two existing solvers, and its run time always remains low.

Details

Database :
OAIster
Notes :
application/pdf, English
Publication Type :
Electronic Resource
Accession number :
edsoai.on1402193851
Document Type :
Electronic Resource
Full Text :
https://doi.org/10.4230.LIPIcs.ESA.2023.87