Multiplicative Auction Algorithm for Approximate Maximum Weight Bipartite Matching
Abstract
We present an auction algorithm using multiplicative instead of constant weight updates to compute a (1-)-approximate maximum weight matching (MWM) in a bipartite graph with n vertices and m edges in time O(m-1), beating the running time of the fastest known approximation algorithm of Duan and Pettie [JACM '14] that runs in O(m-1 -1). Our algorithm is very simple and it can be extended to give a dynamic data structure that maintains a (1-)-approximate maximum weight matching under (1) one-sided vertex deletions (with incident edges) and (2) one-sided vertex insertions (with incident edges sorted by weight) to the other side. The total time used is O(m-1), where m is the sum of the number of initially existing and inserted edges.
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.