binpacking icon indicating copy to clipboard operation
binpacking copied to clipboard

What algorithms does this package use?

Open danielmisrael opened this issue 1 year ago • 1 comments

I would like to cite those algorithms or this package. Specifically for constant volume bin packing.

danielmisrael avatar Mar 27 '24 03:03 danielmisrael

To be honest, I developed this quite a few years ago and I just followed my intuition. I needed packing to bins with constant volume in a project and this is what I came up with. Feel free to just cite the package with a link to this repo. If I remember correctly, the algorithm isn't particularly hard, please also feel free to transcribe it into academic language from the source code itself, unfortunately i don't have time to write this algo down properly myself

benmaier avatar Mar 27 '24 10:03 benmaier