Stars: 559
Forks: 147
Pull Requests: 334
Issues: 203
Watchers: 32
Last Updated: 2023-09-15 18:37:59
4D bin packing / knapsack problem solver
License: MIT License
Languages: PHP, Gherkin, TypeScript, JavaScript
An implementation of the "4D" bin packing/knapsack problem i.e. given a list of items, how many boxes do you need to fit them all in taking into account physical dimensions and weights.
Especially useful for e.g. e-commerce contexts when you need to know box size/weight to calculate shipping costs, or even just want to know the right number of labels to print.
See documentation for more details.
BoxPacker is MIT-licensed.