wired's blog

By wired, history, 3 years ago, In English

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??

Full text and comments »

  • Vote: I like it
  • -15
  • Vote: I do not like it