- Notifications
You must be signed in to change notification settings - Fork163
4D bin packing / knapsack problem solver
License
NotificationsYou must be signed in to change notification settings
dvdoug/BoxPacker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An implementation of the "4D" bin packing/knapsack problem i.e. given a list of items, how many boxes do you need to fitthem 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, oreven just want to know the right number of labels to print.
Seedocumentation for more details.
BoxPacker is MIT-licensed.
About
4D bin packing / knapsack problem solver