An FPTAS for the Knapsack Problem with Parametric Weights

March 17, 2017 Β· Declared Dead Β· πŸ› Operations Research Letters

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Michael Holzhauser, Sven O. Krumke arXiv ID 1703.06048 Category cs.DS: Data Structures & Algorithms Cross-listed cs.CC, math.OC Citations 9 Venue Operations Research Letters Last Checked 4 months ago
Abstract
In this paper, we investigate the parametric weight knapsack problem, in which the item weights are affine functions of the form $w_i(Ξ») = a_i + Ξ»\cdot b_i$ for $i \in \{1,\ldots,n\}$ depending on a real-valued parameter $Ξ»$. The aim is to provide a solution for all values of the parameter. It is well-known that any exact algorithm for the problem may need to output an exponential number of knapsack solutions. We present the first fully polynomial-time approximation scheme (FPTAS) for the problem that, for any desired precision $\varepsilon \in (0,1)$, computes $(1-\varepsilon)$-approximate solutions for all values of the parameter. Our FPTAS is based on two different approaches and achieves a running time of $\mathcal{O}(n^3/\varepsilon^2 \cdot \min\{ \log^2 P, n^2 \} \cdot \min\{\log M, n \log (n/\varepsilon) / \log(n \log (n/\varepsilon) )\})$ where $P$ is an upper bound on the optimal profit and $M := \max\{W, n \cdot \max\{a_i,b_i: i \in \{1,\ldots,n\}\}\}$ for a knapsack with capacity $W$.
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