Multi Container loading problem

Правка en1, от 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.

Теги dp

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский nazmulasha 2021-03-11 11:20:45 521 Initial revision (published)