Libraries tagged by bin packing
dvdoug/boxpacker
2030818 Downloads
An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)
latuconsinafr/3d-bin-packager
20361 Downloads
PHP Library for 3D Bin Packing.
padam87/bin-packer
8375 Downloads
2D bin packing for PHP
dagmike/bin-packing
1362 Downloads
2D bin packing PHP implementation
giorgio93p/bin-packing
2 Downloads
Implementation of a branch and bound algorithm for bin packing, where bins can have a lower bound on their capacity
braienstorm/bin-packer
24 Downloads
2D bin packing for PHP
6px/bin-packer
106 Downloads
2D bin packing for PHP
ptheofan/yii2-binpacking2d
9 Downloads
BinPacking implementation in PHP
luffyzhao/3d-bin-container-packing
2 Downloads
三维箱式集装箱包装
ecom-systems/boxpacker
15 Downloads
An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)
stefandoorn/3dbinpacking-php-api
1855 Downloads
3dbinpacking.com PHP API
racem/boxpacker
2 Downloads
An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)
racem/binpacker
1 Downloads
An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)
gplcart/packer
1 Downloads
4D bin packing for GPLCart
aslamhus/rectpacker
8 Downloads
heuristic algorithm for efficiently packing rectangles of a fixed aspect ratio into a defined space, addressing the NP-hard bin packing problem through iterative adjustment of tile sizes and arrangement.