An FPTAS for the parametric knapsack problem
Michael Holzhauser, Sven O. Krumke

TL;DR
This paper introduces the first fully polynomial-time approximation scheme for the parametric knapsack problem that works with arbitrary affine profit functions, providing efficient solutions for all parameter values.
Contribution
It presents a novel FPTAS for the parametric knapsack problem applicable to arbitrary affine functions, with improved polynomial running time and solution guarantees.
Findings
Outputs O(n^2/ε) solutions for any ε
Runs in strongly polynomial time O(n^4/ε^2)
First FPTAS with strongly polynomial time for positive data case
Abstract
In this paper, we investigate the parametric knapsack problem, in which the item profits are affine functions 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 a fully polynomial-time approximation scheme (FPTAS) for the problem that, for any desired precision , computes -approximate solutions for all values of the parameter. This is the first FPTAS for the parametric knapsack problem that does not require the slopes and intercepts of the affine functions to be non-negative but works for arbitrary integral values. Our FPTAS outputs knapsack solutions and runs in strongly polynomial-time…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Computational Geometry and Mesh Generation · Optimization and Packing Problems
