Container Yard Reshuffle Planner
Watch an automated stacking crane retrieve containers from a yard in priority order, comparing a greedy destination heuristic against a naive strategy for the classic Container Relocation Problem.
An automated stacking crane must empty a container yard in a fixed retrieval order, but containers arrive stacked in whatever order the ship unloaded them — so the target container is often buried under others that must be relocated out of the way first. This simulator plays out the real algorithm terminal operators use to decide where each blocking container should go: a greedy heuristic that only relocates onto a stack whose top container will be needed later, so the move never has to be undone. Toggle to the naive strategy to see how many extra relocation moves — and crane time — that single rule saves, tracked live as retrieved count, total relocations, and moves per retrieval.
Watch an automated stacking crane retrieve containers from a yard in strict priority order, comparing a greedy destination heuristic against a naive strategy for the classic Container Relocation Problem.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install