The Complexity of Distributed Approximation of Packing and Covering Integer Linear Programs

May 02, 2023 Β· Declared Dead Β· πŸ› ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yi-Jun Chang, Zeyong Li arXiv ID 2305.01324 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DC Citations 6 Venue ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing Last Checked 4 months ago
Abstract
In this paper, we present a low-diameter decomposition algorithm in the LOCAL model of distributed computing that succeeds with probability $1 - 1/poly(n)$. Specifically, we show how to compute an $\left(Ξ΅, O\left(\frac{\log n}Ξ΅\right)\right)$ low-diameter decomposition in $O\left(\frac{\log^3(1/Ξ΅)\log n}Ξ΅\right)$ round Further developing our techniques, we show new distributed algorithms for approximating general packing and covering integer linear programs in the LOCAL model. For packing problems, our algorithm finds an $(1-Ξ΅)$-approximate solution in $O\left(\frac{\log^3 (1/Ξ΅) \log n}Ξ΅\right)$ rounds with probability $1 - 1/poly(n)$. For covering problems, our algorithm finds an $(1+Ξ΅)$-approximate solution in $O\left(\frac{\left(\log \log n + \log (1/Ξ΅)\right)^3 \log n}Ξ΅\right)$ rounds with probability $1 - 1/poly(n)$. These results improve upon the previous $O\left(\frac{\log^3 n}Ξ΅\right)$-round algorithm by Ghaffari, Kuhn, and Maus [STOC 2017] which is based on network decompositions. Our algorithms are near-optimal for many fundamental combinatorial graph optimization problems in the LOCAL model, such as minimum vertex cover and minimum dominating set, as their $(1\pm Ξ΅)$-approximate solutions require $Ξ©\left(\frac{\log n}Ξ΅\right)$ rounds to compute.
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