作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (13): 4-5,17. doi: 10.3969/j.issn.1000-3428.2006.13.002

• 博士论文 • 上一篇    下一篇

两种准在线装箱算法

陈建新1;杨宇航1;龚 玲1;曾 鹏2   

  1. 1. 上海交通大学电子工程系,上海 200030;2. 南京邮电学院计算机科学技术系,南京 210003

  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-07-05 发布日期:2006-07-05

Two Semi-online Algorithms for Bin Packing Problem

CHEN Jianxin1;YANG Yuhang1;GONG Ling1;ZENG Peng2   

  1. 1. Department of Electronics Engineering, Shanghai Jiaotong University, Shanghai 200030; 2. Department of Computer Science Technology, Nanjing University of Posts & Telecommunication, Nanjing 210003
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-07-05 Published:2006-07-05

摘要: 在装箱问题中,下次填充法(NF)由于其在线特性,而被广泛应用。然而这种算法由于按照物件到达先后顺序来填充,资源利用率比较低。该文根据计算机通信网络中的实际应用,在NF算法基础上添加了置换功能,提出两种新的算法:最后物件置换算法和每个物件置换算法。由于物件被置换后,可能会被填充到后续箱内,因此称之为准在线算法。通过平均分析发现,这两种算法性能比NF算法有较大提高,类似于智能NF算法的性能。

关键词: 准在线, 装箱, 性能比, 置换

Abstract: In online bin packing problem, for the online property of next fit(NF) algorithm, it is used widely. However, NF works according to the item arrival sequence, the resource utility ratio is low. This paper based on the computer communication network, adds repacking scheme to NF algorithm, and presents two new algorithms: the last item repacking and each item repacking. Because of being repacked, some items would be packed into the subsequent bin, hence they are called semi-online algorithms. By means of average-case analysis, the paper finds they perform much better than NF, and almost same to the smart next fit algorithm.

Key words: Semi-online, Bin-packing, Performance ratio, Repacking

中图分类号: