OptAtlas
Formal problem

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 2×2×22\times2\times2 and five 1×1×21\times1\times2 boxes. Standing one box in each of the four cells of the container's 2×22\times2 floor fills it by volume (four boxes); the fifth spills into a second container. The minimum is 2 containers (total volume 10>810 > 8). 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.

RelationshipClaimEquiv.EvidenceSources
generalizes2D Bin Packing3D bin packing is a higher-dimensional generalization of 2D bin packing and shares many constructive and search methods.E2B
  • AAn improved typology of cutting and packing problems
uses methodBranch and BoundExact approaches to 3D bin packing / container loading have been reported with branch-and-bound formulations.B
  • AConstraints in container loading – A state-of-the-art review
uses methodGenetic AlgorithmContainer loading / 3D bin packing has been widely addressed with metaheuristics such as genetic algorithms.B
  • AConstraints in container loading – A state-of-the-art review
uses methodReinforcement LearningRL-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.

Click a node to open it · click an edge for its claim

See also

Not directly linked, but conceptually close — by the connections and descriptions they share.