 October 2010
Number 5 |
Bin packing is operation that consists in finding the optimal way to fit a list of packages of varied sizes in a minimal number of bins, usually having all bins with the same size.
This class can solve the bin packing problem for packages and bins defined just by one dimension.
|