A note on "Approximation schemes for a subclass of subset selection problems", and a faster FPTAS for the Minimum Knapsack Problem
C\'edric Bentz, Pierre Le Bodic

TL;DR
This paper improves the efficiency of FPTAS algorithms for subset selection problems, especially the Minimum Knapsack Problem, by reducing the running time from quadratic to cubic in the number of items.
Contribution
It introduces a method to achieve faster FPTAS for subset selection problems using existing approximation algorithms, specifically improving the Minimum Knapsack Problem's running time.
Findings
FPTAS for subset selection problems can be optimized using a $ ho$-approximation algorithm.
The new approach reduces the Minimum Knapsack Problem's FPTAS running time from $O(n^5/\epsilon)$ to $O(n^3/\epsilon)$.
The method achieves matching running times for maximization and minimization problems.
Abstract
Pruhs and Woeginger prove the existence of FPTAS's for a general class of minimization and maximization subset selection problems. Without losing generality from the original framework, we prove how better asymptotic worst-case running times can be achieved if a -approximation algorithm is available, and in particular we obtain matching running times between maximization and minimization subset selection problems. We directly apply this result to the Minimum Knapsack Problem, for which the original framework yields an FPTAS with running time , where is the required accuracy and is the number of items, and obtain an FPTAS with running time , thus improving the running time by a quadratic factor in the worst case.
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 · Complexity and Algorithms in Graphs · Optimization and Packing Problems
