Table of Contents
Fetching ...

Approximate Bipartite $b$-Matching using Multiplicative Auction

Bhargav Samineni, S M Ferdous, Mahantesh Halappanavar, Bala Krishnamoorthy

TL;DR

A multiplicative auction algorithm that gives a $(1 - \varepsilon)-approximation in $O(m \varepsilon^{-1} \log \varepsilon^{-1} \log \beta)$ worst case time, where $\beta$ the maximum $b$-value is the maximum $b$-value.

Abstract

Given a bipartite graph $G(V= (A \cup B),E)$ with $n$ vertices and $m$ edges and a function $b \colon V \to \mathbb{Z}_+$, a $b$-matching is a subset of edges such that every vertex $v \in V$ is incident to at most $b(v)$ edges in the subset. When we are also given edge weights, the Max Weight $b$-Matching problem is to find a $b$-matching of maximum weight, which is a fundamental combinatorial optimization problem with many applications. Extending on the recent work of Zheng and Henzinger (IPCO, 2023) on standard bipartite matching problems, we develop a simple auction algorithm to approximately solve Max Weight $b$-Matching. Specifically, we present a multiplicative auction algorithm that gives a $(1 - \varepsilon)$-approximation in $O(m \varepsilon^{-1} \log \varepsilon^{-1} \log β)$ worst case time, where $β$ the maximum $b$-value. Although this is a $\log β$ factor greater than the current best approximation algorithm by Huang and Pettie (Algorithmica, 2022), it is considerably simpler to present, analyze, and implement.

Approximate Bipartite $b$-Matching using Multiplicative Auction

TL;DR

A multiplicative auction algorithm that gives a O(m \varepsilon^{-1} \log \varepsilon^{-1} \log \beta)\betabb$-value.

Abstract

Given a bipartite graph with vertices and edges and a function , a -matching is a subset of edges such that every vertex is incident to at most edges in the subset. When we are also given edge weights, the Max Weight -Matching problem is to find a -matching of maximum weight, which is a fundamental combinatorial optimization problem with many applications. Extending on the recent work of Zheng and Henzinger (IPCO, 2023) on standard bipartite matching problems, we develop a simple auction algorithm to approximately solve Max Weight -Matching. Specifically, we present a multiplicative auction algorithm that gives a -approximation in worst case time, where the maximum -value. Although this is a factor greater than the current best approximation algorithm by Huang and Pettie (Algorithmica, 2022), it is considerably simpler to present, analyze, and implement.
Paper Structure (4 sections)