Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Multi Container loading problem

Revision en1, by nazmulasha, 2021-03-11 11:20:45

There are given N variations of truck information. Information includes the maximum length, height, width, and weight of the loads it can take. The number of available trucks for each variation is unlimited.

There is also k number of items. length, height, width, and weight of each item are also given.

You have to deliver all the items using less number of trucks.

I have tried to solve it using DP and also tried GRASP.

Which method should I try?

Please guide me.

Tags dp

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English nazmulasha 2021-03-11 11:20:45 521 Initial revision (published)