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)?
from notTheCat@lemmy.ml to programming@programming.dev on 26 Apr 19:45
https://lemmy.ml/post/14929078

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.

#programming

threaded - newest

Rogue@feddit.uk on 26 Apr 19:56 collapse

I don’t know about the specific question you ask but I’ve found Google OR Tools to be useful in the past: developers.google.com/optimization/…/bin_packing