--- lang: ja-jp breaks: true --- # `3D Bin Packing` アルゴリズム 2023-01-02 ## A variant of the Largest Area Fit First (LAFF) algorithm + brute force algorithm https://github.com/skjolber/3d-bin-container-packing ## A python library for 3D Bin Packing https://github.com/enzoruiz/3dbinpacking ## A 3D container packing library in C#. https://github.com/davidmchapman/3DContainerPacking :::info オリジナルのリポジトリ。 ::: https://github.com/DigitecGalaxus/3DContainerPacking :::info 最新のパッケージを配布しているリポジトリ。 ::: https://github.com/LightningDragon/Weighted-EB-AFIT :::info Erhan BaltacıoğluのEB-AFITパッキングアルゴリズムを現代的に適応したもので、寸法重量の最適化を含むように変更されています。 ::: ### 関連リポジトリ > A set of C programs that calculate the best fit for boxes on a pallet, and visualize the result. > https://github.com/wknechtel/3d-bin-pack/ > javascript conversion of https://github.com/wknechtel/3d-bin-pack/ > https://github.com/keremdemirer/3dbinpackingjs > 3D Bin Packing: A set of C programs that calculate the best fit for boxes on a pallet, and visualize the result. > https://github.com/thebitpusher/boxologic ## Humble 3D knapsack / bin packing solver https://github.com/merschformann/sardine-can ## Simple heuristic for 3D bin packing problem https://github.com/wmalara/BinPacking3D ###### tags: `3D Bin Packing` `アルゴリズム`