uhm ok.. but i still quite dont get it. i have quite a few questions, if u dont mind:
im basing this on 1d 0-1 knapsack, i have the same referece as the one who started this
thread (because i dont know how to start a post here)..
1. is the answer of the sample stated above (2 knpacks,28 objcts), a one dimensional array?
2. in r. papers, they say maximize the total profit of selected items, but on the comments in the data set doesnt give the profit property of the items, only the weights, and constraint on each knapsack? i guessing its no the profit!=contraints because profit>0.
???
3. if final answer is indeed in 1d array, so does in my algorithm i have to consider the every objects constraint in each dimension to be able to put into THE knapsack (only 1 knapsack)? (OR does this have two knapsack and answer should be in 2d array?? i think im confusing the concept of multidimensional and multiple knapsack problem.. sorrry .. )

sorry i really dont know this much. i need to clarify things.. please help. number i most important