Approximate Bipartite -Matching using Multiplicative Auction
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.
- Gabow, H.N.: An efficient reduction technique for degree-constrained subgraph and bidirected network flow problems. In: Proc. of the 15th ACM Symposium on Theory of Computing (STOC 1983). pp. 448–456 (1983). https://doi.org/10.1145/800061.808776
- Mestre, J.: Greedy in approximation algorithms. In: Proc. of the 14th European Symposium on Algorithms (ESA 2006). pp. 528–539 (2006). https://doi.org/10.1007/11841036_48
Paper Prompts
Sign up for free to create and run prompts on this paper.