Bin Packing with Multiple bins and limitations on bin capacity

Правка en2, от wired, 2021-04-30 16:33:12

Can some one help me with bin packing problem with constraints on bin limit and with multiple bins.

Constraints:

  bin capacity <= 100
  no of bins <= 500
  no of items <= 5,000

Is it possible to do so (approx.) using some clustering algorithms??

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский wired 2021-04-30 16:33:12 79
en1 Английский wired 2021-04-29 17:22:30 297 Initial revision (published)