I've got a tricky lil problem.
Here goes, I have three items.
Item 1: 3"x3"x 3"
Item 2: 27"x17"x7"
Item 3: 6"x5"x10"
I've also got three boxes:
Box 1: 12"x12"x12"
Box 2: 20"x16"x12"
Box 3: 30"x30"x10"
Now what I want to do is check to see if all the items will fit in either of the boxes, if they do then i'll proceed with to the selection of that box.
If they don't then i'll try to fit as many items in one box as possible, then have the remaining items do the same. I want to do this until all items are in a box.
Can this be done, I spent several hours going over this.