![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/dvdoug/boxpacker/docs/ |
Welcome to BoxPacker's documentation! ===================================== BoxPacker is 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. 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. License ------- BoxPacker is licensed under the `MIT license`_. .. _MIT license: https://github.com/dvdoug/BoxPacker/blob/master/license.txt .. toctree:: :maxdepth: 1 :caption: Contents installation principles getting-started rotation sortation weight-distribution too-large-items positional-information limited-supply-boxes custom-constraints used-remaining-space whatsnew