A Faster Algorithm for Minimum-Cost Bipartite Matching in Minor-Free Graphs
Abstract
We give an O(n7/5 (nC))-time algorithm to compute a minimum-cost maximum cardinality matching (optimal matching) in Kh-minor free graphs with h=O(1) and integer edge weights having magnitude at most C. This improves upon the O(n10/7C) algorithm of Cohen et al. [SODA 2017] and the O(n3/2 (nC)) algorithm of Gabow and Tarjan [SIAM J. Comput. 1989]. For a graph with m edges and n vertices, the well-known Hungarian Algorithm computes a shortest augmenting path in each phase in O(m) time, yielding an optimal matching in O(mn) 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 O(m) time. This reduces the number of phases from n to O(n) and the total execution time to O(mn). 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 O(n) to O(n2/5). By using small vertex separators, the execution of each phase takes O(m) time on average. For planar graphs, we combine our algorithm with efficient shortest path data structures to obtain a minimum-cost perfect matching in O(n6/5 (nC)) time. This improves upon the recent O(n4/3(nC)) time algorithm by Asathulla et al. [SODA 2018].
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.