Packing problem
- From: "news.skynet.be" <bob@bob>
- Date: Tue, 31 Jan 2006 18:23:31 +0100
Given a finite set of infinite, one-dimensional bins and a collection of
one-dimensional items. I want to distribute the items over the bins so that
the variance of the bin contents is minimal. What algorithm do I use? (As a
silly heuristic, I come up with: sort the items by length and put them, in
order, from long to short, in the least filled bin)
.
- Follow-Ups:
- Re: Packing problem
- From: news.skynet.be
- Re: Packing problem
- From: gwlucky
- Re: Packing problem
- Prev by Date: Re: Help with recursion
- Next by Date: Re: Packing problem
- Previous by thread: Question: List of all possible reduction between NP problems
- Next by thread: Re: Packing problem
- Index(es):
Relevant Pages
|