English

Multiplicative Auction Algorithm for Approximate Maximum Weight Bipartite Matching

Data Structures and Algorithms 2024-01-25 v5

Abstract

\newcommand{\eps}{\varepsilon}We present an auction algorithm using multiplicative instead of constant weight updates to compute a (1\eps)(1-\eps)-approximate maximum weight matching (MWM) in a bipartite graph with nn vertices and mm edges in time O(m\eps1)O(m\eps^{-1}), beating the running time of the fastest known approximation algorithm of Duan and Pettie [JACM '14] that runs in O(m\eps1log\eps1)O(m\eps^{-1}\log \eps^{-1}). Our algorithm is very simple and it can be extended to give a dynamic data structure that maintains a (1\eps)(1-\eps)-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\eps1)O(m\eps^{-1}), where mm is the sum of the number of initially existing and inserted edges.

Keywords

Cite

@article{arxiv.2301.09217,
  title  = {Multiplicative Auction Algorithm for Approximate Maximum Weight Bipartite Matching},
  author = {Da Wei Zheng and Monika Henzinger},
  journal= {arXiv preprint arXiv:2301.09217},
  year   = {2024}
}

Comments

Appeared in IPCO 2023. The newest version of the paper improves the runtime by a log(1/eps) factor. The first version claimed result that the dynamic data structure supported arbitrary edge deletion has been corrected to one-sided vertex deletion and other side vertex insertion

R2 v1 2026-06-28T08:17:27.458Z