Unbreakable Decomposition in Close-to-Linear Time

August 18, 2024 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Aditya Anand, Euiwoong Lee, Jason Li, Yaowei Long, Thatchaphol Saranurak arXiv ID 2408.09368 Category cs.DS: Data Structures & Algorithms Citations 0 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 5 months ago
Abstract
Unbreakable decomposition, introduced by Cygan et al. (SICOMP'19) and Cygan et al. (TALG'20), has proven to be one of the most powerful tools for parameterized graph cut problems in recent years. Unfortunately, all known constructions require at least $Ξ©_k\left(mn^2\right)$ time, given an undirected graph with $n$ vertices, $m$ edges, and cut-size parameter $k$. In this work, we show the first close-to-linear time parameterized algorithm that computes an unbreakable decomposition. More precisely, for any $0<Ξ΅\leq 1$, our algorithm runs in time $2^{O(\frac{k}Ξ΅ \log \frac{k}Ξ΅)}m^{1 + Ξ΅}$ and computes a $(O(k/Ξ΅), k)$ unbreakable tree decomposition of $G$, where each bag has adhesion at most $O(k/Ξ΅)$. This immediately opens up possibilities for obtaining close-to-linear time algorithms for numerous problems whose only known solution is based on unbreakable decomposition.
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