A Faster Algorithm for Minimum-Cost Bipartite Matching in Minor-Free Graphs
Abstract
We give an -time algorithm to compute a minimum-cost maximum cardinality matching (optimal matching) in -minor free graphs with and integer edge weights having magnitude at most . This improves upon the algorithm of Cohen et al. [SODA 2017] and the algorithm of Gabow and Tarjan [SIAM J. Comput. 1989]. For a graph with edges and vertices, the well-known Hungarian Algorithm computes a shortest augmenting path in each phase in time, yielding an optimal matching in time. The Hopcroft-Karp [SIAM J. Comput. 1973], and Gabow-Tarjan [SIAM J. Comput. 1989] algorithms compute, in each phase, a maximal set of vertex-disjoint shortest augmenting paths (for appropriately defined costs) in time. This reduces the number of phases from to and the total execution time to . In order to obtain our speed-up, we relax the conditions on the augmenting paths and iteratively compute, in each phase, a set of carefully selected augmenting paths that are not restricted to be shortest or vertex-disjoint. As a result, our algorithm computes substantially more augmenting paths in each phase, reducing the number of phases from to . By using small vertex separators, the execution of each phase takes time on average. For planar graphs, we combine our algorithm with efficient shortest path data structures to obtain a minimum-cost perfect matching in time. This improves upon the recent time algorithm by Asathulla et al. [SODA 2018].
Cite
@article{arxiv.1807.04802,
title = {A Faster Algorithm for Minimum-Cost Bipartite Matching in Minor-Free Graphs},
author = {Nathaniel Lahn and Sharath Raghvendra},
journal= {arXiv preprint arXiv:1807.04802},
year = {2018}
}