Bin Packing with Multiple bins and limitations on bin capacity

Revision en2, by 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??

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English wired 2021-04-30 16:33:12 79
en1 English wired 2021-04-29 17:22:30 297 Initial revision (published)