A framework for boosting matching approximation: parallel, distributed, and dynamic

March 03, 2025 Β· Declared Dead Β· πŸ› ACM Symposium on Parallelism in Algorithms and Architectures

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Slobodan Mitrović, Wen-Horng Sheu arXiv ID 2503.01147 Category cs.DS: Data Structures & Algorithms Citations 2 Venue ACM Symposium on Parallelism in Algorithms and Architectures Last Checked 4 months ago
Abstract
This work designs a framework for boosting the approximation guarantee of maximum matching algorithms. As input, the framework receives a parameter $Ρ> 0$ and an oracle access to a $Θ(1)$-approximate maximum matching algorithm $\mathcal{A}$. Then, by invoking $\mathcal{A}$ for $\text{poly}(1/Ρ)$ many times, the framework outputs a $1+Ρ$ approximation of a maximum matching. Our approach yields several improvements in terms of the number of invocations to $\mathcal{A}$: (1) In MPC and CONGEST, our framework invokes $\mathcal{A}$ for $O(1/Ρ^7 \cdot \log(1/Ρ))$ times, substantially improving on $O(1/Ρ^{39})$ invocations following from [Fischer et al., STOC'22] and [Mitrovic et al., arXiv:2412.19057]. (2) In both online and offline fully dynamic settings, our framework yields an improvement in the dependence on $1/Ρ$ from exponential [Assadi et al., SODA25 and Liu, FOCS24] to polynomial.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted