• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2012, Vol. 34 ›› Issue (10): 192-194.

• 论文 • Previous Articles    

An Efficient Algorithm for the ContainerLoading Problem of Identical Boxes

YAO Yi,CUI Yaodong   

  1. (School of Computer,Electronics and Information,Guangxi University,Nanning 530004,China)
  • Received:2012-04-25 Revised:2012-07-10 Online:2012-10-25 Published:2012-10-25

Abstract:

This paper focuses on the container loading problem:how to pack as more identical rectangular boxes as possible into a rectangular container.Layer patterns are used,i.e.three layers are used according to the length,width,and height of the box.A dynamic programming procedure is used to determine the optimal layouts of the boxes on the layers,and a knapsack problem is solved to obtain the optimal combination of the layers in the container.The algorithm has low complexity and the loading pattern is simple.

Key words: container loading;container transport;dynamic programming