An Optimization Algorithm for a Packing Problem.

The packing problem, or a variation of it, is about having n
boxes of different sizes and m
different sized items. Moreover, each box only is allowed to hold one item and only if its size is less than the box’s size. The problem is now to find a distribution of as much as possible items onto the available boxes. A typical application of this problem is scheduling tasks, where each task has certain…