首页 | 本学科首页   官方微博 | 高级检索  
     

一类工作调度问题的回溯解法
引用本文:刘亮,王相海. 一类工作调度问题的回溯解法[J]. 计算机工程与设计, 2006, 27(18): 3338-3339,3343
作者姓名:刘亮  王相海
作者单位:1. 辽宁师范大学,计算机与信息技术学院,辽宁,大连,116029
2. 南京计算机软件新技术国家重点实验室,江苏,南京,210093
基金项目:国家自然科学基金;山东省自然科学基金;辽宁省高等学校优秀人才基金
摘    要:回溯法是解决组合搜索问题的重要方法,该方法的搜索通过一个多阶段的确定过程来实现,在每一阶段都需要从一些选择中选择一个分支,一旦发现前面的选择不可能获得一个解,则算法进行回溯,即重新回到刚搜索过的选择点,并选择该结点另一个没有被试过的分支,如果该点处所有的分支都已试过,则算法回溯到该结点之前被选择的点.首先对一类分配调度问题进行了分析,然后提出一种基于回溯法的解决方案,并给出了算法的具体实现过程,最后对所提出算法的复杂度进行了分析.实验结果验证了方法的有效性.

关 键 词:回溯  算法  工作调度  限界  复杂度
文章编号:1000-7024(2006)18-3338-02
收稿时间:2005-07-14
修稿时间:2005-07-14

Backtracking algorithm for kind of job allocation problem
LIU Liang,WANG Xiang-hai. Backtracking algorithm for kind of job allocation problem[J]. Computer Engineering and Design, 2006, 27(18): 3338-3339,3343
Authors:LIU Liang  WANG Xiang-hai
Affiliation:1. College of Computer and Information Technology, Liaoning Normal University, Dalian 116029, China; 2. State Key Laboratory for Novel Sottware Technology, Nanjing University, Nanjing 210093, China
Abstract:Backtrack programming is a well-known technique for solving combinatorial search problems. The search is organized as a multi-stage decision where, at each stage, a choice among a number of alternatives is made. Whenever it is found that the previous choices cannot possibly lead to a solution, the algorithm backtracks, that is to say, re-establishes its state exactly as it was at the most recent choice point and chooses the next untried alternative at this point. If all alternatives are tried, the algorithm backtracks to the previous choice point. A kind of job allocation problem is brought up firstly. And then an efficient algorithm is presented based on backtracking algorithm. Finally, the complexity of the proposed algorithm is analyzed. Simulation results show it is effective.
Keywords:backtracking   algorithm   job allocation   bound   complexity
本文献已被 CNKI 维普 万方数据 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号