引用本文:李庆华,李肯立,蒋盛益,张薇.背包问题的最优并行算法.软件学报,2003,14(5):891-896
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 5286次   下载 6641 本文二维码信息
码上扫一扫!
分享到: 微信 更多
背包问题的最优并行算法
李庆华1,2, 李肯立1,2, 蒋盛益1,2, 张薇1,2
1.国家高性能计算中心,武汉,湖北,武汉,430074;2.华中科技大学,计算机科学与技术学院,湖北,武汉,430074
摘要:
利用分治策略,提出一种基于SIMD共享存储计算机模型的并行背包问题求解算法.算法允许使用O(2n/4)1-ε个并行处理机单元,0≤ε≤1,O(2n/2)个存储单元,在O(2n/4(2n/4)ε)时间内求解n维背包问题,算法的成本为O(2n/2).将提出的算法与已有文献结论进行对比表明,该算法改进了已有文献的相应结果,是求解背包问题的成本最优并行算法.同时还指出了相关文献主要结论的错误.
关键词:  背包问题  NP完全  并行算法  分治法
DOI:
分类号:
基金项目:Supported by the National Natural Science Foundation of China under Grant No.60273075 (国家自然科学基金); the National High-Tech Research and Development Plan of China under Grant No.863-306ZD-11-01-06 (国家高技术研究发展计划(863)); the National High Performance Computing F
An Optimal Parallel Algorithm for the Knapsack Problem
LI Qing-Hua,LI Ken-Li,JIANG Sheng-Yi,ZHANG Wei
Abstract:
A new parallel algorithm for the knapsack problem is proposed, in which the method of divide and conquer is adopted. Based on an CREW-SIMD machine with shared memory, the proposed algorithm needs O(2n/4)1-ε processors, 0≤ε≤1, and Oi>O(2n/2) memory to find a solution for the n-element knapsack problem in O(2n/4(2n/4)ε) time. The cost of the algorithm is O(2n/2), which is optimal and an improved result over the past researches. The wrong results in corresponding literatures are also pointed out in this paper.
Key words:  knapsack problem  NP-complete  parallel algorithm  method of divide and conquer

引用本文:
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览次   下载  
分享到: 微信 更多
摘要:
关键词:  
DOI:
分类号:
基金项目:
Abstract:
Key words: