The Unbounded Knapsack Problem (UKP) is a well-known variant of the famous 0-1 Knapsack Problem (0-1 KP). In contrast to 0-1 KP, an arbitrary number of copies of every item can be taken in UKP. Since UKP is NP-hard, fully polynomial time approximation schemes (FPTAS) are of great interest. Such algorithms find a solution arbitrarily close to the optimum OPT(I), i.e. of value at least (1 − ε)OPT(I) for ε > 0, and have a running time polynomial in the input length and 1 ε . For over thirty years, the best FPTAS was due to Lawler with a running time in O(n + 1 ε 3 ) and a space complexity in O(n + 1 ε 2 ), where n is the number of knapsack items. We present an improved FPTAS with a running time in O(n + 1 ε 2 log 3 1 ε ) and a space bound in O(n + 1 ε log 2 1 ε ). This directly improves the running time of the fastest known approximation schemes for Bin Packing and Strip Packing, which have to approximately solve UKP instances as subproblems. * Research supported by DFG project JA612/14-2, "Entwicklung und Analyse von effizienten polynomiellen Approximationsschemata für Scheduling-und verwandte Optimierungsprobleme" arXiv:1504.04650v2 [cs.DS] 9 Nov 2015
The Unbounded Knapsack Problem (UKP) is a well-known variant of the famous 0-1 Knapsack Problem (0-1 KP). In contrast to 0-1 KP, an arbitrary number of copies of every item can be taken in UKP. Since UKP is NP-hard, fully polynomial time approximation schemes (FPTAS) are of great interest. Such algorithms find a solution arbitrarily close to the optimum OPT(I), i.e. of value at least (1 − ε)OPT(I) for ε > 0, and have a running time polynomial in the input length and
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.