Skip Navigation

Is there an optimized algorithm for online bin packing problem with a very small number of bin (less than ten) and variable number of items (30-100)?

I've read some of this article, it doesn't propose any algorithms for my case, I'm super positive about these boundaries.

If there is an offline algorithm that is optimized for my case it could help me around.

1