A fast asymptotic approximation scheme for bin packing with rejection

  • Authors:
  • Wolfgang Bein;José R. Correa;Xin Han

  • Affiliations:
  • Center for the Advanced Study of Algorithms, School of Computer Science, University of Nevada, Las Vegas, NV 89154, USA;School of Business, Univesidad Adolfo Ibáñez, Santiago, Chile;School of Informatics, Kyoto University, Kyoto 606-8501, Japan

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2008

Quantified Score

Hi-index 5.23

Visualization

Abstract

''Bin packing with rejection'' is the following problem: Given a list of items with associated sizes and rejection costs, find a packing into unit bins of a subset of the list such that the number of bins used plus the sum of rejection costs of unpacked items is minimized. We show that bin packing with rejection can be reduced to n multiple knapsack problems and, based on techniques for the multiple knapsack problem, we give a fast asymptotic polynomial time approximation scheme,''Reject&Pack'', with time complexity O(n^O^(^@e^^^-^^^2^)). This improves a recent approximation scheme given by Epstein, which has time complexity O(n^O^(^(^@e^^^-^^^4^)^^^@e^^^^^^^-^^^^^^^1^)). We also show that Reject&Pack can be extended to variable-sized bin packing with rejection and give an asymptotic polynomial time approximation scheme.