in reply to Re: Computer science Problem - single dimension bin packing
in thread Computer science Problem - single dimension bin packing
The knapsack problem is different. You have a single bin, you are trying to maximize the total value of the items you place in the bin, each item having a size and value.