Hi,

I want to create a program to help me with planning loading of trucks. On input I've got: truck dimensions (wide, lenght, height) and different kind of assortments dimensions (also wide, lenght & height). What I want on output - program should calculate optimal (free space -> min) arrangement of assortments on the truck.

I know that this kind of problems are resolved with dynamic programming algorithms (discrete knapsack problem) but I'm afraid my knowledge here ends.

Does anyone knows the construction of algorithm (functions / VBA) that I could use to solve this? Any suggestions are welcome.

Makafi