Optimally Repurposing Existing Algorithms to Obtain Exponential-Time Approximations

June 27, 2023 Β· Declared Dead Β· πŸ› arXiv.org

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Barış Can Esmer, Ariel Kulik, DÑniel Marx, Daniel Neuen, Roohani Sharma arXiv ID 2306.15331 Category cs.DS: Data Structures & Algorithms Cross-listed cs.CC Citations 5 Venue arXiv.org Last Checked 4 months ago
Abstract
The goal of this paper is to understand how exponential-time approximation algorithms can be obtained from existing polynomial-time approximation algorithms, existing parameterized exact algorithms, and existing parameterized approximation algorithms. More formally, we consider a monotone subset minimization problem over a universe of size $n$ (e.g., Vertex Cover or Feedback Vertex Set). We have access to an algorithm that finds an $Ξ±$-approximate solution in time $c^k \cdot n^{O(1)}$ if a solution of size $k$ exists (and more generally, an extension algorithm that can approximate in a similar way if a set can be extended to a solution with $k$ further elements). Our goal is to obtain a $d^n \cdot n^{O(1)}$ time $Ξ²$-approximation algorithm for the problem with $d$ as small as possible. That is, for every fixed $Ξ±,c,Ξ²\geq 1$, we would like to determine the smallest possible $d$ that can be achieved in a model where our problem-specific knowledge is limited to checking the feasibility of a solution and invoking the $Ξ±$-approximate extension algorithm. Our results completely resolve this question: (1) For every fixed $Ξ±,c,Ξ²\geq 1$, a simple algorithm (``approximate monotone local search'') achieves the optimum value of $d$. (2) Given $Ξ±,c,Ξ²\geq 1$, we can efficiently compute the optimum $d$ up to any precision $\varepsilon > 0$. Earlier work presented algorithms (but no lower bounds) for the special case $Ξ±= Ξ²= 1$ [Fomin et al., J. ACM 2019] and for the special case $Ξ±= Ξ²> 1$ [Esmer et al., ESA 2022]. Our work generalizes these results and in particular confirms that the earlier algorithms are optimal in these special cases.
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