Bin Packing with Item Fragmentation

  • Authors:
  • Nir Menakerman;Raphael Rom

  • Affiliations:
  • -;-

  • Venue:
  • WADS '01 Proceedings of the 7th International Workshop on Algorithms and Data Structures
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

We investigate a variant of the bin packing problem in which items may be fragmented into smaller size pieces called fragments. While there are a fewapplications to bin packing with item fragmentation, our model of the problem is derived from a scheduling problem present in data over CATV networks. Fragmenting an item is associated with a cost which renders the problem NP-hard. We study two possible cost functions and as a result get two variants of bin packing with item fragmentation. In the first variant, called bin packing with size-increasing fragmentation, each item may be fragmented in which case overhead units are added to the size of every fragment. In the second variant each item has a size and a cost and fragmenting an item increases its cost but does not change its size. We call this variant bin packing with sizepreserving fragmentation. We develop several algorithms for the problem and investigate their performance. The algorithms we present are based on well known bin packing algorithms such as Next-Fit and First-Fit Decreasing, as well as of other algorithms.