3D Bin Packing
Load boxes into the fewest fixed-size containers/bins.
Also called: 3D Bin Packing · 삼차원 빈 패킹 · Container packing
Last verified: 2026-05-27
Definition
Load cuboid items, without overlap, into identical 3D containers to minimize the number of containers used.
Example
Suppose a container and five boxes. Standing one box in each of the four cells of the container's floor fills it by volume (four boxes); the fifth spills into a second container. The minimum is 2 containers (total volume ). In practice, constraints such as stability, load bearing, and loading order are added.
Family
A higher-dimensional generalization of 2D Bin Packing, adding practical constraints such as stability, load bearing, and loading order (see container loading).
Related nodes
See the depth-1 graph below.
Claims & evidence
Every relationship is a claim with an equivalence level and an evidence grade. See the evidence policy.
| Relationship | Claim | Equiv. | Evidence | Sources |
|---|---|---|---|---|
| generalizes2D Bin Packing | 3D bin packing is a higher-dimensional generalization of 2D bin packing and shares many constructive and search methods. | E2 | B |
|
| uses methodBranch and Bound | Exact approaches to 3D bin packing / container loading have been reported with branch-and-bound formulations. | — | B |
|
| uses methodGenetic Algorithm | Container loading / 3D bin packing has been widely addressed with metaheuristics such as genetic algorithms. | — | B |
|
| uses methodReinforcement Learning | RL-based 3D packing/loading has been reported recently, but its industrial maturity is not verified here. [unverified] | — | D | — |
Neighborhood
Direct graph neighbors. Toggle depth to expand.
See also
Not directly linked, but conceptually close — by the connections and descriptions they share.
- 2D KnapsackFormal problem4 connections in common
- 2D Irregular NestingFormal problem3 connections in common
- Guillotine CuttingFormal problem3 connections in common
- 2D Strip PackingFormal problem2 connections in common
- 1D Cutting StockFormal problem2 connections in common
- Integer Linear ProgrammingMethod2 connections in common