工艺规划与车间调度集成问题的求解方法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
工艺规划和车间调度是制造系统中两个十分重要的子系统。在传统的研究中,研究人员将工艺规划和车间调度作为各自独立的系统,分别对两者进行独立的研究,对它们的集成研究还不够。然而事实上,如果把工艺规划和车间调度系统进行集成可以较好地提高制造系统的工作效率。所以,工艺规划与车间调度集成越来越受到学者和工程技术人员的重视。
     工艺规划与车间调度集成(IPPS)问题是最困难的NP-Complete组合优化问题之一,经过几十年的发展,研究人员提出了不少求解该问题的方法,但是至今最好的算法仍很难有效地的求解该问题。本文的主要目的是深入研究IPPS问题,探索该问题在不同条件下高效的求解方法。首先,本文深入研究了IPPS优化模型:基于作业车间调度的混合整数规划模型,提出了IPPS问题的数学模型,并提出了集成优化策略对IPPS问题进行求解,该策略为后续研究提供指导;然后,根据提出的集成优化策略,分别对各部分进行详细研究:一、深入研究了遗传算法在柔性工艺规划问题中的应用。提出了针对柔性工艺规划问题的多部分编码方式,这更有利于算法算子的操作;并提出了新的交叉方法,避免了非法解的产生,提高了求解效率;针对编码特点,设计了相应的变异算子。使用实例对改进的遗传算法进行了测试,并与其它算法进行了比较,验证了该编码方法和操作算子的有效性和优越性。二、在以上研究的基础上,深入研究了改进遗传算法求解IPPS问题。基于以上的集成优化策略,提出了改进遗传算法求解IPPS问题的流程,在该流程中:车间调度问题的染色体编码采用基于工序的编码,采用活动调度的解码方式;结合问题本身特点设计了车间调度问题的交叉算子和变异算子。使用基准实例测试改进的遗传算法,并与其它算法进行了比较,验证了该算法的有效性和优越性。
     研究表明单一算法较难解决复杂的组合优化问题,几种优化算法的合理混合能提供更强大的搜索能力。本文将具有较强全局搜索能力的遗传算法和具有较强局部搜索能力的禁忌搜索算法有机结合,提出了求解IPPS问题的混合优化算法。该算法能较好地平衡其集中搜索和分散搜索的能力,弥补了单一算法各自的缺点。针对IPPS问题的特点,选取并改进了相应的邻域结构。采用基准实例测试提出的混合算法,并与其它算法进行比较,结果显示了混合算法的有效性和优越性。
     在企业的实际生产中,多目标问题普遍存在。在现阶段,对IPPS的研究主要是集中在单目标问题上。本文在对单目标IPPS问题研究成果的基础上,对多目标IPPS问题进行了较深入的研究,提出了一个基于多目标进化算法的求解方法来对多目标IPPS问题进行研究,然后采用实例测试提出的求解算法,验证了该算法的有效性。
     传统上,针对IPPS的研究大多集中在静态环境下,但是实际生产过程中存在着种种随机的和不确定的干扰因素。静态IPPS的结果很难适应实际生产的需要,有必要对已有的结果根据这些变化进行及时的调整。本文结合实际生产的需求对动态环境下的IPPS问题进行了研究,是传统IPPS问题的一种扩展。结合动态调度的己有研究成果以及前面提出的优化算法,提出了一种基于改进遗传算法的动态调度策略。然后对以上提出的策略进行仿真测试,验证了该策略的可行性和有效性。
     本文结合以上理论研究成果和工程实例,设计开发了IPPS原型系统。该原型系统利用提出的方法对柔性工艺规划问题和IPPS问题进行优化。
     最后对全文进行了总结,展望了进一步的研究方向。
Process planning and Scheduling are two of the most important sub-systems in manufacturing systems. In traditional approach, process planning and scheduling were carried out sequentially. The researchers did not pay much attention on the integration of them. This approach has become an obstacle to improve the productivity and responsiveness of manufacturing systems. However, in fact, the integrated process planning and scheduling (IPPS) can greatly enhance the productivity of the manufacturing system. Therefore, IPPS has attracted more and more researchers and engineers.
     IPPS is one of the most complicated NP- Complete combinational optimization problems. After more than 20 years of development, researchers had proposed several methods. However, the state-of-the-art algorithms also can not solve this problem effectively. The main purpose of this dissertation is to do the deep research on IPPS problem and to explore the effective solution methods of this problem under different situations. Firstly, based on the mathematical model of job shop scheduling problem, the mathematical model of IPPS and an integration optimization strategy have been proposed. This strategy can guide the following research works of the dissertation. Then, according to this strategy, we do the research on each part detailedly: 1) Making deep research on the flexible process planning (FPP) problem with genetic algorithm (GA). In this part, the multi-parts representation method has been proposed. This method is more conducive to the design and operations of the genetic operators. The new crossover operator has been proposed to avoid the unreasonable solutions and improve the solution efficiency. Based on the features of this representation, the relative mutation operator has been designed. To verify the feasibility and performance of the proposed approach, experimental studies have been conducted. The experimental results show that the proposed approach is very effective; 2) Based on the previous works, making deep research on the IPPS problem. In this part, the flow chart of GA based on the previous integration optimization strategy has been proposed. In this approach, the operation-based representation method and active scheduling decoding method have been used for the scheduling problem. The crossover and mutation operators have been designed. Several experiments have been used to verify the feasibility and performance of the proposed approach. The results show that the research on IPPS is necessary and the proposed method is very effective to solve IPPS problem.
     The researches show that one single algorithm can not solve the complex combinational optimization problems effectively. And, the hybrid algorithms can provide more powerful searching ability. One hybrid algorithm which is mixed by the GA with strong global searching ability and tabu search with strong local searching ability has been proposed to solve IPPS problem. This algorithm can balance its diversification and intensification very well during the searching process. Based on the features of IPPS problem, effective neighborhood has been selected and modified. To verify the feasibility and performance of the proposed approach, experimental studies have been conducted and comparisons have been made between this approach and some other works. The experimental results show that the hybrid algorithm has achieved significant improvement.
     In the real production environment, there are many multi-objective problems. However, in the current stage, the most researches on IPPS focus on the single objective problem. Therefore, the research on the multi-objective IPPS problem is necessary and has been done in this dissertation. Based on the previous works on the single objective IPPS problem and multi-objective evolutionary algorithm, one solution method has been proposed to solve the multi-objective IPPS problem. To verify the feasibility and performance of the proposed approach, experimental studies have been conducted. The experimental results show that the proposed method is effective.
     In traditional approach, the most researches focus on the static IPPS problem. However, in the real production environment, there exist many unexpected events to interfere in the normal production process. Therefore, the results of the static IPPS can not fit the real production very well. In this dissertation, the research on the dynamic IPPS has been done. It is the extension of the static IPPS. Based on the previous work of the static IPPS and proposed optimization algorithms, one dynamic scheduling strategy based on the improved GA has been proposed. To verify the feasibility and performance of the proposed approach, it has been applied to solve several dynamic events in the real production environment. The results show that the proposed method is effective.
     The IPPS simulation system has been designed and developed based on the above research works. This system can use the proposed algorithms to solve the FPP and IPPS problems. One practical case study has been used to verify the feasibility and performance of this system.
     Finally, the researches in the dissertation are summarized and some future research directions have been presented.
引文
[1]陶得言.知识经济浪潮.北京:中国城市出版社,1998.
    [2]Wright P K.21~(st) Century Manufacturing.Prentice-Hall,Inc.,2001.
    [3]陈荣秋,马士华.生产与运作管理.北京:高等教育出版社,1999.
    [4]Sugimura N,Hino R,Moriwaki T.Integrated Process Planning and Scheduling in Holonic Manufacturing Systems.In Proceeding of IEEE International Symposium on Assembly and Task Planning Soft Research,Park,Fukuoka,Japan,2001,vol 4,250-254.
    [5]董红军,乔建明等.面向对象的CAPP专家系统研究.西北工业大学学报,2000,18(4):522-525.
    [6]王细洋,万在红.CAPP的关键问题及对策.制造业信息化,2000,2:25-29.
    [7]Grabowik C,Kalinowski K,Monica Z.Integration of the CAD/CAPP/PPC Systems.Journal of Materials Processing Technology,2005,164:1358-1368.
    [8]杨雨图.支持双语的协同CAPP系统若干关键技术研究:[博士学位论文].南京:南京航空航天大学机电学院,2006.4.
    [9]张超勇.基于自然算法的作业车间调度问题理论与应用研究:[博士学位论文].武汉:华中科技大学机械科学与工程学院,2006.12.
    [10]Baker K R.Introduction to sequencing and scheduling,New York:Wiley,1974.
    [11]陈荣秋.排序的理论与方法.武汉:华中理工大学出版社,1987.
    [12]Pastor R,Altimiras J,Mateo M.Planning Production using Mathematical Programming:The Case of a Woodturing Company.Computers & Operations Research,2009,36:2173-2178.
    [13]Pinedo M L.Planning and Scheduling in Manufacturing and Services.Springer-Verlag,2005.
    [14]Taniguchi E,Shimanmoto H.Intelligent Transportation System based Dynamic Vehicle Routing and Scheduling with Variable Travel Times.Transportation Research Part C,2004,12:235-250.
    [15]Yan S Y,Tang C H,Fu T C.An Airline Scheduling Model and Solution Algorithms under Stochastic Demands.European Journal of Operational Research,2008,190:22-39.
    [16]Vanhoucke M,Maenhout B.On the Characterization and Generation of Nurse Scheduling Problem Instances.European Journal of Operational Research,2009,196:457-467.
    [17]Ageev A A A,Fishkin A V,Kononov A V,Sevastyanov S V.Open Block Scheduling in Optical Communication Networks.Theoretical Computer Science,2006,361:257-274.
    [18]Rodammer F A,White K P.A Recent Survey of Production Scheduling.IEEE Trans.SMC,1988,18(6):841-851.
    [19]潘全科.制造系统多目标车间调度研究:[博士学位论文].南京:南京航空航天大学机电学院,2003-3.
    [20]朱剑英.现代制造系统模式、建模方法及关键技术的新发展,机械工程学报,2000,36(8):1-5.
    [21]童刚.Job-Shop调度问题理论及方法的应用研究:[博士学位论文].天津:天津大 学,2000.6.
    [22]戴绍利,谭跃进,汪浩.生产调度方法的系统研究.系统工程,1999,17(1):41-45.
    [23]Wei L M,Chevalier P B.A Broader View of the Job Shop Scheduling Problem.Management Science,1992,38(7):1018-1033.
    [24]吴德中,严隽琪,王丽亚.CAPP与PPC的并行分布式集成研究.上海交通大学学报,1996,12(30):1-6.
    [25]Shobrys D E,White D C.Planning,Scheduling and Control Systems:Why can They not Work Together.Computers & Chemical Engineering,2000,24:163-173.
    [26]Saygin C,Kilic S E.Integrating Flexible Process Plans with Scheduling in Flexible Manufacturing Systems.International Journal of Advanced Manufacturing Technology,1999,15:268-280.
    [27]Wang L H,Shen W M(Eds.).Process Planning and Scheduling for Distributed Manufacturing.Springer-Verlag,2007.
    [28]郭秀萍.多目标进化算法及其在制造系统中的应用研究:[博士学位论文].上海:上海交通大学自动化系,2007.4.
    [29]Vincent T K,Billaut J C.Multi-criteria Scheduling:Theory,Models and Algorithms.Springer-Verlag,2006.
    [30]胡咏梅.基于粗集的车间动态调度研究:[博士学位论文].济南:山东大学,2004.11.
    [31]唐敦兵,李东波,孙宇.CAPP与车间作业计划集成的研究.中国机械工程,1997,8(6):15-17.
    [32]花广如,赵丽香,周雄辉.基于并行工程的CAPP与生产调度集成研究.制造业自动化,2005,27(3):45-47.
    [33]Kumar M,Rajotia S.Integration of Scheduling with Computer Aided Process Planning Journal of Materials Processing Technology,2003,138:297-300.
    [34]沈斌,陶荣华.工艺计划与生产调度集成的动态CAPP系统的研究.组合机床与自动化加工技术,2004,5:45-48.
    [35]Usher J M,Fernandes K J.Dynamic Process Planning-The Static Phase.Journal of Materials Processing Technology,1996,61:53-58.
    [36]Lee H,Kim S.Integration of Process Planning and Scheduling Using Simulation Based Genetic Algorithms.International Journal of Advanced Manufacturing Technology,2001,18:586-590.
    [37]Kuhnle H,Braun H J,Buhring J.Integration of CAPP and PPC - Interfusion Manufacturing Management.Integrated Manufacturing Systems,1994,5(2):21-27.
    [38]李言,李淑娟,郑建明.工艺设计对生产调度结构的影响.中国机械工程,2000,11(4):402-404.
    [39]吴德中,马登哲,王丽亚.CAPP和PPC的集成决策模型与算法.上海交通大学学报,1998,32(5):53-56.
    [40]许焕敏,李东波.工艺规划研究综述与展望.制造业自动化,2008,30(3):1-7.
    [41]Mahmood F.Computer Aided Process Planning for Wire Electrical Discharge Machining(WEDM):[PhD Thesis].University of Pittsburgh,1998.
    [42]Pande S S,Walvekar M G.PC-CAPP- A Computer Assisted Process Planning System for Prismatic Components.Computer Aided Engineering Journal,1989,133-138.
    [43]Ramesh M M.Feature based Methods for Machining Process Planning of Automotive Power-train Components:[PhD Thesis].University of Michigan,2002.
    [44]Chang T C,Wysk R A.An Introduction to Automated Process Planning Systems.New Jersey:Prentice Hall,1985.
    [45]Deb S,Ghosh K,Paul S.A Neural Network based Methodology for Machining Operations Selection in Computer Aided Process Planning for Rotationally Symmetrical Parts.Journal of Intelligent Manufacturing,2006,17:557-569.
    [46]Scheck D E.Feasibility of Automated Process Planning:[PhD Thesis].Purdue University,1966.
    [47]Berra P B,Barash M M.Investigation of Automated Planning and Optimization of Metal Working Processes.Report 14,Purdue Laboratory Fir Applied Industrial Control,1968.
    [48]杜裴,黄乃康.计算机辅助工艺过程设计原理.北京:北京航空航天大学出版社,1990.
    [49]王先逵.计算机辅助制造.北京:清华大学出版社,1999.
    [50]Zhang H,Alting L.Computerized Manufacturing Process Planning Systems.Chapman &Hall.1994.
    [51]邵新宇,蔡力钢.现代CAPP技术与应用.北京:机械工业出版社,2004.
    [52]吴伏家,王感苍.CAPP的研究和发展.华北工学院学报,2001,22(6):426-429.
    [53]王忠宾,王宁生,陈禹六.基于遗传算法的工艺路线优化决策.清华大学学报,2004,44(7):988-992.
    [54]Zhang W,Xie S.Agent Technology for Collaborative Process Planning:a Review.International Journal of Advanced Manufacturing Technology,2007,32:315-325.
    [55]Li W D,Ong S K,Nee A Y C.Hybrid Genetic Algorithm and Simulated Annealing Approach for the Optimization of Process Plans for Prismatic Parts.International Journal of Production Research,2002,40(8):1899-1922.
    [56]Li L,Fuh J Y H,Zhang Y F,Nee A Y C.Application Genetic Algorithm to Computer-Aided Process Planning in Distributed Manufacturing Environments.Robotics & Computer-Integrated Manufacturing,2005,21:568-578.
    [57]Kingsly D,Singh J,Jebaraj C.Feature-based Design for Process Planning of Machining Processes with Optimization Using Genetic Algorithms.International Journal of Production Research,2005,43(18):3855-3887.
    [58]Zhang F,Zhang Y F,Nee A Y C.Using Genetic Algorithm in Process Planning for Job Shop Machining.IEEE Transactions on Evolutionary Computation,1997,1(4):278-289.
    [59]Li X Y,Shao X Y,Gao L.Optimization of Flexible Process Planning by Genetic Programming.International Journal of Advanced Manufacturing Technology,2008,38:143-153.
    [60]Li W D,Ong S K,Nee A Y C.Optimization of Process Plans Using a Constraint-based Tabu Search Approach.International Journal of Production Research,2004,42(10):1955-1985.
    [61]Veeramani D,Stinnes A H,Sanghi D.Application of Tabu Search to Process Plan Optimization for Four-axis CNC Turning Centre.International Journal of Production Research,1999,37(16):3803-3822.
    [62]Ma G H,Zhang Y F,Nee A Y C.A Simulated Annealing based Optimization Algorithm for Process Planning.International Journal of Production Research,2000,38(12): 2671-2687.
    [63]Guo Y W,Mileham A R,Owen G W,Li W D.Operation Sequencing Optimization Using a Particle Swarm Optimization Approach.Proceeding of IMechE Part B:Journal of Engineering Manufacture,2006,220:1945-1958.
    [64]Tiwari M K,Dashora Y,Kumar S,Shankar R.Ant Colony Optimization to Select the Best Process Plan in an Automated Manufacturing Environment.Proceeding of IMechE Part B:Journal of Engineering Manufacture,2006,220:1457-1472.
    [65]Krishna A G,Rao K M.Optimization of Operations Sequence in CAPP Using an Ant Colony Algorithm.International Journal of Advanced Manufacturing Technology,2006,29:159-164.
    [66]Dashora Y,Tiwari M K,Karunakaran K P.A Psycho-Clonal-Algorithm-based Approach to the Solve Operation Sequencing Problem in a CAPP Environment.International Journal of Production Research,2008,21(5):510-525.
    [67]Chan F T S,Swarnkar R,Tiwari M K.Fuzzy Goal-Programming Model with an Artificial Immune System(AIS) Approach for a Machine Tool Selection and Operation Allocation Problem in a Flexible Manufacturing System.International Journal of Production Research,2005,43(19):4147-4163.
    [68]Ming X G,Mak K L.A Hybrid Hopfield Network-Genetic Algorithm Approach to Optimal Process Plan Selection.International Journal of Production Research,2000,38(8):1823-1839.
    [69]Pinedo M.Scheduling:Theory,Algorithms,and Systems(2~(nd) Edition).Prentice-Hall,Inc.2000.
    [70]Graves S C.A review of production scheduling.Operations Research,1981,29(4):646-675.
    [71]Jacek B,Klaus H E,Erwin P,Gunter S,Jan W.Handbook on Scheduling:From Theory to Applications.Springer-Verlag,2007.
    [72]王凌.车间调度及其遗传算法.清华大学出版社,2003.
    [73]Johnson S M.Optimal Two and Three-stage Production Scheduling with Set-up Times Included.Naval Research Logistics Quarterly,1954,1:64-68.
    [74]越民义,韩继业.n个零件在m台机器上加工顺序问题(Ⅰ).中国科学,1975,5:462-470.
    [75]Manner A S.On the Job-Shop Scheduling Problem.Operations Research,1960,8:219-223.
    [76]Lomnicki Z.A Branch and Bound Algorithm for the Exact Solution of the Three Machine Scheduling Problem.Electrical Engineering,1965,19(2):87-101.
    [77]Golomb S W,Baumert L D.Backtrack Programming.Journal of ACM,1965,12:516-524.
    [78]Garey M R,Graham R L,Johnson D S.Performance guarantees for scheduling algorithms.Operations Research,1978,26:3-21.
    [79]Gonzalez T,Sahni S.Flow Shop and Job Shop Schedules:Complexity and Approximation.Operations Research,1978,26:36-52.
    [80]Panwalkar S S,Iskander W.A Survey of Scheduling Rules.Operations Research,1977,25(1):45-61.
    [81]Tan W,Khoshnevis B.Integration of Process Planning and Scheduling-a Review.Journal of Intelligent Manufacturing,2000,11:51-63.
    [82]Kumar M,Rajotia S.Integration of Process Planning and Scheduling in a Job Shop Environment.International Journal of Advanced Manufacturing Technology,2005,28(1-2):109-116.
    [83]吴德中,严隽琪,金烨.CAPP与PPC集成研究现状与进展.上海交通大学学报,1999,33(7):912-916.
    [84]Chryssolouris G,Chan S,Cobb W.Decision Making on the Factory Floor:an Integrated Approach to Process Planning and Scheduling.Robotics & Computer-Integrated Manufacturing,1984,1(3-4):315-319.
    [85]Chryssolouris G,Chan S.An Integrated Approach to Process Planning and Scheduling.Annals of the CIRP,1985,34(1):413-417.
    [86]Beckendorff U,Kreutzfeldt J,Ullmann W.Reactive Workshop Scheduling based on Alternative Routings.In:Proceedings of a Conference on Factory Automation and Information Management.Florida:CRC Press Inc,1991,875-885.
    [87]Khoshnevis B,Chen Q M.Integration of Process Planning and Scheduling Function.In:IIE Integrated Systems Conference & Society for Integrated Manufacturing Conference Proceedings.Atlanta:Industrial Engineering & Management Press,1989,415-420.
    [88]Zhang H C.IPPM-A Prototype to Integrated Process Planning and Job Shop Scheduling Functions.Annals of the CIRP,1993,42(1):513-517.
    [89]Larsen N E.Methods for Integration of Process Planning and Production Planning.International Journal of Computer Integrated Manufacturing,1993,6(1-2):152-162.
    [90]Wang L,Shen W,Hao Q.An Overview of Distributed Process Planning and Its Integration with Scheduling.International Journal of Computer Applications in Technology,2006,26(1-2):3-14.
    [91]邓超,李培根,罗滨.车间作业计划与工艺设计集成研究.华中理工大学学报,1997,25(3):16-17.
    [92]张志英,唐承统,张建民.遗传算法在柔性CAPP与生产调度集成中的应用.计算机集成制造系统,2002,8(8):621-624.
    [93]李金良,王志勇.基于Petri网的柔性工艺规划.燕山大学学报.2003,27(1):71-73.
    [94]Jablonski S,Reinwald B,Ruf T.Integration of Process Planning and Job Shop Scheduling for Dynamic and Adaptive Manufacturing Control.IEEE,1990:444-450.
    [95]孙容磊,熊有伦,杜润生.工艺规划柔性评价及其在生产调度中的应用.计算机集成制造系统,2002,8(8):612-615.
    [96]杨雨图,张银,王宁生.基于共同进化算法的多工艺路线决策研究.机械科学与技术,2005,24(8):921-925.
    [97]Kim Y,Park K,Ko J.A Symbiotic Evolutionary Algorithm for the Integration of Process Planning and Job Shop Scheduling.Computers & Operations Research,2003,30:1151-1171.
    [98]Kim K H,Song J Y,Wang K H.A Negotiation based Scheduling for Items with Flexible Process Plans.Computers & Industrial Engineering,1997,33(3-4):785-788.
    [99]Yang Y N,Parsaei H R,Leep H R.A Prototype of a Feature-based Multiple-Alternative Process Planning System with Scheduling Verification.Computers & Industrial Engineering,2001,39:109-124.
    [100]Kim K,Egbelu J.A Mathematical Model for Job Shop Scheduling with Multiple Process Plan Consideration per Job.Production Planning & Control,1998,9(3): 250-259.
    [101]Kim K,Egbelu P.Scheduling in a Production Environment with Multiple Process Plans per Job.International Journal of Production Research,1999,37(12):2725-2753.
    [102]Jain A,Jain P,Singh I.An Integrated Scheme for Process Planning and Scheduling in FMS.International Journal of Advanced Manufacturing Technology,2006,30:1111-1118.
    [103]篮光辉,王丽亚.CAD/CAPP/CAM/CAE与生产调度集成的可选工艺计划决策过程.现代制造工程,200l,10:24-25.
    [104]Thomalla C.Job Shop Scheduling with Alternative Process Plans.International Journal of Production Economics,2001,74:125-134.
    [105]Gan P,Lee K.Scheduling of Flexible Sequenced Process Plans in a Mould Manufacturing Shop.International Journal of Advanced Manufacturing Technology,2002,20:214-222.
    [106]Kis T.Job Shop Scheduling with Processing Alternatives.European Journal of Operational Research,2003,151:307-332.
    [107]Li W D,McMahon C.A Simulated Annealing-based Optimization Approach for Integrated Process Planning and Scheduling.International Journal of Computer Integrated Manufacturing,2007:20(1):80-95.
    [108]Shao X Y,Li X Y,Gao L,Zhang C Y.Integration of Process Planning and Scheduling-A Modified Genetic Algorithm-based Approach.Computers & Operations Research,2009,36(6):2082-2096.
    [109]Wang Z B,Chen Y L,Wang N S.Research on Dynamic Process Planning System Considering Decision about Machines.In:Proceeding of the 5~(th) World Congress on Intelligent Control and Automation,June 15-19,2004,Hangzhou,and P.R.China:2758-2762.
    [110]Wang J,Zhang Y F,Nee A Y C.Integrating Process Planning and Scheduling with an Intelligent Facilitator.In:Proceeding of the 10~(th) International Manufacturing Conference in China(IMCC2002) Xiamen,China,Oct.2002.
    [111]Zhang Y,Saravanan A,Fuh J.Integration of Process Planning and Scheduling by Exploring the Flexibility of Process Planning.International Journal of Production Research,2003,41(3):611-628.
    [112]王忠宾,王宁生,陈禹六.动态CAPP系统及其加工资源决策方法的研究.CAD世界网,2005.
    [113]Khoshnevis B,Chen Q.Integration of Process Planning and Scheduling Functions.Journal of Intelligent Manufacturing,1990,1:165-176.
    [114]Seethaler R J,Yellowley I.Process Control and Dynamic Process Planning.International Journal of Machine Tools & Manufacture,2000,40:239-257.
    [115]叶林.面向多制造任务的工艺路线优化决策方法研究.中国机械工程,2006,17(9):911-918.
    [116]Baker R P,Maropoulos P G.An Architecture for the Vertical Integration of Tooling Considerations from Design to Process Planning.Robotics & Computer Integrated Manufacturing.2000,6:121-131.
    [117]Wang L H,Shen W M.Process Planning and Scheduling for Distributed Manufacturing.Springer-Verlag,2007.
    [118]李金良,王志勇,王军.柔性工艺的形式逻辑表达及其数据库结构.制造业自动 化, 2002, 24: 25-28.
    [119] Brandimarte P, Calderini M. A Hierarchical Bi-Criterion Approach to Integrated Process Plan Selection and Job Shop Scheduling. International Journal of Production Research, 1995,33(1): 161-181.
    [120] Wang L, Shen W. DPP: An Agent based Approach for Distributed Process Planning. Journal of Intelligent Manufacturing, 2003, 14: 429-439.
    [121] Wu S H, Fuh J Y H, Nee A Y C. Concurrent Process Planning and Scheduling in Distributed Virtual Manufacturing. IIE Transactions, 2002, 34 :77-89.
    [122] Zhang J, Gao L, Chan FTS. A Holonic Architecture of the Concurrent Integrated Process Planning System. Journal of Materials Processing Technology, 2003, 139: 267-272.
    [123] Sadeh N, Hildum D, Laliberty T, McANulty J, Kjenstad D, Tseng A. A Blackboard Architecture for Integrating Process Planning and Production Scheduling. Concurrent Engineering: Research & Applications, 1998, 6(2): 88-100.
    [124] Sugimura N, Shrestha R, Tanimizu Y, Iwamura K. A Study on Integrated Process Planning and Scheduling System for Holonic Manufacturing. Process planning and scheduling for distributed manufacturing, 2006: 311-334, Springer.
    [125] Kempenaers J, Pinte J, Detand J. A Collaborative Process Planning and Scheduling System. Advances in Engineering Software, 1996, 25: 3-8.
    [126] Wang L H, Song Y J, Shen W M. Development of a Function Block Designer for Collaborative Process Planning. In: Proceeding of CSCWD2005, Coventry, UK, 2005: 24-26.
    [127] Usher J M. Evaluating the Impact of Alternative Plans on Manufacturing Performance. Computers & Industrial Engineering, 2003, 45: 585-596.
    
    [128] 崔逊学.多目标进化算法及其应用.北京:国防工业出版社,2006.
    
    [129] Morad N, Zalzala A M S. Genetic Algorithms in Integrated Process Planning and Scheduling. Journal of Intelligent Manufacturing, 1999, 10: 169-179.
    [130] Li W D, Gao L, Li X Y, Guo Y Game Theory-based Cooperation of Process Planning and Scheduling. IEEE, 2008, 841-845.
    [131] Jackson J R. Simulation Research on Job Shop Production. Naval Res Log Quart, 1957, 4(3): 287-295.
    [132] Szelde E K , Roger M. Knowledge-based Reactive Scheduling. Production Plan & Control, 1994,5(5): 124-145.
    [133] Nof S Y, Grant F H. Adaptive Predictive Scheduling Review and a General Framework. Production Plan & Control, 1991, 2(4): 298-312.
    [134] Ramash R. Dynamic Job Shop Scheduling-A Review of Simulation Research. OMEGA International Journal of Manage Science, 1990, 18(1): 43-57.
    [135] Suresh V, Chandhuri D. Dynamic Scheduling-A Survey of Research. International Journal of Production Economics, 1993, 32(1): 53-63.
    [136] Donovan O R, Uzsoy R. Predictable Scheduling of a Single Machine with Breakdowns and Sensitive Jobs. International Journal of Production Research, 1999, 37(18): 4217- 4233.
    [137] Leon V J, Wu S D, Storer R H. Robustness Measures and Robust Scheduling for Job Shops. IIE Transactions, 1994, 26(5), ABI/INFORM Global. 32.
    [138] Jeong K C, Kim Y D. A Real-time Scheduling Mechanism for a Flexible Manufacturing System:Using Simulation and Dispatching Rules.International Journal of Production Research,36(9):2609-262.
    [139]George C,Velusamy S.Dynamic Scheduling of Manufacturing Job Shops Using Genetic Algorithms.Journal of Intelligent Manufacturing,2001,12,281-293.
    [140]Blackstone J H,Phillips D T,Hogg G L.A State-of the-Art Survey of Dispatching Rules for Manufacturing Job Shop Operations.International Journal of Production Research,1982,20:27-45.
    [141]Kiran A S,Smith M S.Simulation Studies in Job Shop Scheduling:a Survey.Computers & Industrial Engineering,1984,8:46-51.
    [142]Montazeri M,Van W L N.Analysis of Scheduling Rules for an FMS.International Journal of Production Research,1990,28:785-802.
    [143]Shafaei R,Brunn P.Workshop Scheduling Using Practical(Inaccurate) Data Part 1:The Performance of Heuristic Scheduling Rules in a Dynamic Job Shop Environment Using a Rolling Time Horizon Approach.International Journal of Production Research,1999,37(17):3913-3925.
    [144]Ovacik M I,Uzsoy R.Rolling Horizon Procedures for Dynamic Parallel Machine Scheduling with Sequence-Dependent Setup Times.International Journal of Production Research,1995,33(11):3173-3192.
    [145]Ovacik M I,Uzsoy R.Rolling Horizon Algorithms for a Single-Machine Dynamic Scheduling Problem with Sequence-Dependent Setup Times.International Journal of Production Research,1994,32(6):1243-1263.
    [146]Kaschel J,Teich T,Zacher B.Real-time Dynamic Shop Floor Scheduling Using Evolutionary Algorithms.International Journal of Production Economics,2002,79:113-120.
    [147]许涛,王裕国.基于非线性工艺规划思想的车间动态调度系统.计算机工程与设计,2003,24(7):42-46.
    [148]杨洪柏,彭召旺,钟廷修,王丽亚.面向非线性工艺计划的动态多任务调度.上海交通大学学报.2000,34(3):400-403.
    [149]杨洪柏.快速响应集成制造系统中CAD/CAPP/PPC集成的研究:[博士学位论文].上海:上海交通大学机电控制及自动化,1999.6.
    [150]袁崇义.Petri网原理.北京:电子工业出版社,1998.
    [151]Kordic V.Petri Net:Theory and Applications.I-Tech Education and Publishing,2008.
    [152]Kis J,Kiritsis D,Xirouchakis P.A Petri net model for integrated process and job shop production planning.Journal of Intelligent Manufacturing,2000,11:191-207.
    [153]Lenstra J K,Rinnooy A H G.Computational Complexity of Discrete Optimization Problems.Annals of Discrete Mathematics,1979,4:121-140.
    [154]Xhafa F,Abraham A.Metaheuristics for Scheduling in Industrial and Manufacturing Applications.Springer-Verlag,2008.
    [155]Brucker P.Scheduling Algorithms(Fifth Edition).Springer-Verlag,2006.
    [156]Manne A S.On the Job-shop Scheduling Problem.Operations Research,1960,8:219-223.
    [157]French S.Sequencing and Scheduling- an Introduction to the Mathematics of the Job-shop.Ellis Horwood,John-Wiley & Sons,New York,1982.
    [158]Van D V S.Machine Scheduling and Lagangian Relaxation:[PhD Dissertation].CWI Amesterdam,Netherlands,1991.
    [159]Chu C,Portmann M C,Proth J M.A Splitting-up Approach to Simplify Job-shop Scheduling Problems.International Journal of Production Research,1992,30(4):859-870.
    [160]Shapiro J F.A Survey of Lagrangian Techniques for Discrete Optimization,Annals of Discrete Mathematics,1979,5:113-138.
    [161]Fisher M L.Optimal Solution of Scheduling Problems Using Lagrange Multipliers:Part Ⅰ.Operations Research,1973,1114-1127.
    [162]刘学英.拉格朗日松弛方法在车间调度中的应用研究:[硕士学位论文].上海:上海交通大学,2006.1.
    [163]Kruger K,Shakhlevich N V,Sotskov Y N.A Heuristic Decomposition Algorithm for Scheduling Problems on Mixed Graphs.Journal of the Operational Research Society,1995,46:1481-1497.
    [164]童刚.Job-Shop调度问题理论及方法的应用研究:[博士学位论文].天津:天津大学,2000.6.
    [165]Jain A S,Meeran S.Deterministic Job-Shop Scheduling:Past,Present,and Future.European Journal of Operational Research,1999,113:390-434.
    [166]Calier J,Pinson E.An Algorithm for Solving the Job Shop Problem.Management Science,1989,35(29):164-176.
    [167]Jackson J R.Scheduling a Production Line to Minimise Maximum Tardiness.Research Report 43,Management Science Research Projects,University of California,LosAngeles,USA,1955.
    [168]Blazewicz J,Domschke W,Pesch E.The Job-Shop Scheduling Problem:Conventional and New Solution Techniques.European Journal of Operational Research,1996,93:1-33.
    [169]Adams J,Balas E,Zawack D.The Shifting Bottleneck Procedure for Job Shop Scheduling.Management Science,1988,34:391-401.
    [170]Calier J.The One-Machine Sequencing Problem.European Journal of Operational Research,1982,11:42-47.
    [171]Fox M S.Constraint-Directed Search:A Case Study of Job-Shop Scheduling.Research Notes in Artificial Intelligence.Pitman Publishing,London,1987.
    [172]Ow P S,Smith S F.Viewing Scheduling as An Opportunistic Problem-Solving Process.Annals of Operations Research,1988,12:85-108.
    [173]Fox M S,Sadeh N.Why is Scheduling Difficult? A CSP Perspective.In:Proceedings of the 9~(th) European Conference on Artificial Intelligence,Stockholm,Sweden,1990,p.754-767.
    [174]Lepape C.SOJA:A Daily Workshop Scheduling System.Expert System,1985,85:95-211.
    [175]Bensana E,Bel G,Dubois D.OPAL:A Multi-Knowledge-Based System for Industrial Job-Shop Scheduling.International Journal of Production Research,1988,26(5):795-819.
    [176]Slotnick S A,May J H,Morton T E.FURNEX:Modeling Expert Scheduling on the Factory Floor.In:Proceedings of the Symposium on Intelligent Scheduling Systems,1992,p.277-286.
    [177]Pesch E,Tetzlaff U A W.Constraint Propagation based Scheduling of Job Shops.INFORMS Journal on Computing,1996,8(2):144-157.
    [178]张守胜.作业车间调度问题综述.科技广场,2007,6:80-84.
    [179]Foo S Y,Takefuji Y.Integer Linear Programming Neural Networks for Job-Shop Scheduling.In:Proceedings of IEEE International Conference on Neural Networks,San Diego,USA,1988,2:341-348.
    [180]Remus W.Neural Network Models of Managerial Judgment.In:Proceedings of 23~(rd)Annual Hawaii International Conference on System Science,Honolulu,USA,1990,p.340-344.
    [181]Yang S X,Wang D W.Constraint Satisfaction Adaptive Neural Network and Heuristics Combined Approaches for Generalized Job-Shop Scheduling.IEEE Transactions on Neural Networks,2000,11(2):474-486.
    [182]Kusiak A,Chen M.Expert Systems for Planning and Scheduling Manufacturing Systems.European Journal of Operational Research,1988,34:113-130.
    [183]Jennings N R,Bussmann S.Agent-Based Control Systems:Why are They Suited to Engineering Complex Systems.IEEE Control Systems Magazine,2003,23(3):61-73.
    [184]Holland J H.Adaptation in Natural and Artificial Systems.Ann Arbor,The University of Michigan Press,1975.
    [185]Koza J R.Genetic Programming:on the Programming of Computers by Means of Natural Selection and Genetics.MIT Press,Cambridge MA,1992.
    [186]Verela R,Vela C R,Puente J.Gomez A.A Knowledge-based Evolutionary Strategy for Scheduling Problems with Bottlenecks.European Journal of Operational Research,2003,145:57-71.
    [187]Fogel L J,Owens A J,Walsh M J.Artificial Intelligence Through Simulated Evolution.New York:John Wiley and Sons,1966.
    [188]云庆夏.进化算法.北京:冶金工业出版社,2000.
    [189]Davis L.Job-Shop Scheduling with Genetic Algorithm.In:Proceedings of The 1~(st)International Conference on Genetic Algorithm and Their Applications,Pittsburgh,USA,1985,p.136-140.
    [190]Yamada T,Nakano R.Genetic Algorithms in Engineering Systems:Job-Shop Scheduling.IEEE Control Engineering Series,1997:134-160.
    [191]陈雄,李海刚,吴启迪.基于遗传算法的Job-Shop调度问题研究.同济大学学报,2002,30(1):88-91.
    [192]Dahal K P,Tan K C,Cowling P I.Evolutionary Scheduling.Springer-Verlag,2007.
    [193]黄席樾,张著洪,何传江.现代智能算法理论及应用.北京:科学出版社,2005.
    [194]Alisantoso D,Khoo L P,Jiang P Y.An Immune Algorithm Approach to the Scheduling of A Flexible PCB Flow Shop.International Journal of Advanced Manufacturing Technology,2003,22:819-827.
    [195]Dorigo M,Maniezzo V,Colorni A.Ant Colony System:A Cooperative Learning Approach to the Traveling Salesman Problem.IEEE Transactions on Evolutionary Computing,1997,1(1):53-56.
    [196]Udomsakdigool A,Kachitvichyanukul V.Multiple Colony Ant Algorithm for Job-Shop Scheduling Problem.International Journal of Production Research,2008,46(15):4155-4175.
    [197]Kennedy J,Eberhart R C.Particle Swarm Optimization.In:Proceedings of IEEE International Conference on Neural Networks.Piscataway,NJ,USA,1995,1942-1948.
    [198]王凌.微粒群算法及其应用.北京:清华大学出版社,2008.
    [199]高海兵,高亮,周驰,喻道远.基于粒子群优化的神经网络训练算法研究.电子学报,2004,32(9):1572-1574.
    [200]高亮,高海兵,周驰.基于粒子群优化的开放式车间调度.机械工程学报,2006,42(2):129-134.
    [201]彭传勇,高亮,邵新宇,周驰.求解作业车间调度问题的广义粒子群优化算法.计算机集成制造系统,2006,12(6):911-917.
    [202]Nareyek A(Ed.).Local Search for Planning and Scheduling.ECAI 2000 Workshop,Berlin,Germany,August 21,2000.
    [203]Kirkpatrick S,Gelatt C D,Vecchi M P.Optimization by Simulated Annealing.Science,1983,13(4598):671-680.
    [204]Metropolis N,Rosenbluth A W,Rosenbluth M N.Equation of State Calculations by Fast Computing Machines.The journal of Chemical Physics,1953,21(6):1087-1092.
    [205]Matsuo H,Suh C J,Sullivan R S.A Controlled Search Simulated Annealing Method for The General Job-Shop Scheduling Problem.Working Paper,03-04-88,Graduate School of Business,University of Texas at Austin,Texas,USA,1988.
    [206]Van L P J M,Aarts E H L,Lenstra J K.Job Shop Scheduling by Simulated Annealing.Operations Research,1992,40(1):113-125.
    [207]Yamada T,Rosen B E,Nakano R.A Simulated Annealing Approach to Job-Shop Scheduling using Critical Block Transition Operators.In:Proceedings of IEEE International Conference on Neural Networks,Orlando,Florida,USA,1994,6:4687-4692.
    [208]Zhang C Y,Li P G,Rao Y Q,Li S X.A New Hybrid GA/SA Algorithm for the Job Shop Scheduling Problem.LNCS,2005,3448:246-259.
    [209]Zhang C Y,Li P G,Rao Y Q,Guan Z L.A Very Fast TSSA Algorithm for the Job Shop Scheduling Problem.Computers & Operations Research,2008,35:282-294.
    [210]Glover F.Future Paths for Integer Programming and Links to Artificial Intelligence.Computers & Operations Research,1986,13:533-549.
    [211]Hansen P.The Steepest Ascent Mildest Descent Heuristic for Combinatorial Programming.In:Proceedings of Congress on Numerical Methods in Combinatorial Optimization,Capri,Italy,1986.
    [212]Glover F.Tabu Search- Part Ⅰ.ORSA Journal on Computing,1989,1(3):190-206.
    [213]Glover F.Tabu Search- Part Ⅱ.ORSA Journal on Computing,1990,2(1):4-32.
    [214]Taillard E D.Parallel Taboo Search Technique for the Job-Shop Scheduling Problem.Technical Report ORWP 89/11,DMA,Ecole Polytechnique Federale de Lausanne,Lausanne,Switzerland,1989.
    [215]Dell A M,Trubian M.Applying Tabu-Search to Job-Shop Scheduling Problem.Annals of Operations Research,1993,41(1-4):231-252.
    [216]Barnes J W,Chambers J B,Solving the Job Shop Scheduling Problem using Tabu Search.IIE Transactions,1995,27:257-263.
    [217]Nowicki E,Smutnicki C.A Fast Taboo Search Algorithm for the Job Shop Scheduling Problem.Management Science,1996,42(6):797-813.
    [218]Nowicki E,Smutnicki C.Some New Tools to Solve the Job Shop Problem.Technical Report 60/2002,Institute of Engineering Cybernetics,Technical University of Wroclaw,Poland,2002.
    [219]Zhang C Y,Li P G,Guan Z L,Rao Y Q.A Tabu Search Algorithm with a New Neighborhood Structure for the Job Shop Scheduling Problem.Computers &Operations Research,2007,34:3229-3242.
    [220]Moon C,Seo Y.Evolutionary Algorithm for Advanced Process Planning and Scheduling in a Multi-plant.Computers & Industrial Engineering,2005,48:311-325.
    [221]Moon I,Lee S,Bae H.Genetic Algorithms for Job Shop Scheduling Problems with Alternative Routings.International Journal of Production Research,2008,46(10):2695-2705.
    [222]Park B J,Choi H R.A Genetic Algorithm for Integration of Process Planning and Scheduling in a Job Shop.LNAI,2006,4304:647-657.
    [223]Choi H R,Park B J.Integration of Process Planning and Job Shop Scheduling Using Genetic Algorithm.In:Proceedings of the 6~(th) WSEAS International Conference on Simulation,Modeling and Optimization,Lisbon,Portugal,2006,13-18.
    [224]Moon C,Kim J,Hur S.Integrated Process Planning and Scheduling with Minimizing Total Tardiness in Multi-Plants Supply Chain.Computers & Industrial Engineering,2002,43:331-349.
    [225]Lee Y H,Jeong C S,Moon C.Advanced Planning and Scheduling with Outsourcing in Manufacturing Supply Chain.Computers & Industrial Engineering,2002,43:351-374.
    [226]Jia H Z,Fuh J Y H,Nee A Y C,Zhang Y F.Integration of Genetic Algorithm and Gantt Chart for Job Shop Scheduling in Distributed Manufacturing Systems.Computers &Industrial Engineering,2007,53:313-320.
    [227]Chan F T S,Chung S H,Chan L Y.An Introduction of Dominant Genes in Genetic Algorithm for FMS.International Journal of Production Research,2008,46(16):4369-4389.
    [228]Chan F T S,Chung S H,Chan L Y.An Adaptive Genetic Algorithm with Dominated Genes for Distributed Scheduling Problems.Expert Systems with Application,2005,29:364-371.
    [229]Li X Y,Gao L,Zhang G H,Zhang C Y,Shao X Y.A Genetic Algorithm for Integration of Process Planning and Scheduling Problem.LNAI,2008,5315:495-502.
    [230]田颖,江平宇,周光辉,赵刚.基于遗传算法的工艺规划与调度集成方法.西安交通大学学报,2006,40(9):1041-1044.
    [231]Gu P,Balasubramanian S,Norrie D.Bidding-based Process Planning and Scheduling in a Multi-agent System.Computers & Industrial Engineering,1997,32(2):477-496.
    [232]Chan F,Zhang J,Li P.Modeling of Integrated,Distributed and Cooperative Process Planning System Using an Agent-based Approach.Proceeding Institution Mechanical Engineering,Part B:Journal of Engineering Manufacturing,2001,215:1437-1451.
    [233]Lim M,Zhang D.A Multi-agent based Manufacturing Control Strategy for Responsive Manufacturing.Journal of Materials Processing Technology,2003,139:379-384.
    [234]Lim M,Zhang D.An Integrated Agent-based Approach for Responsive Control of Manufacturing Resources.Computers & Industrial Engineering,2004,46:221-232.
    [235]Wong T,Leung C,Mak K,Fung R.Integrated Process Planning and Scheduling/Rescheduling-an Agent-based Approach.International Journal of Production Research,2006,44(18-19:3627-3655.
    [236]Wong T,Leung C,Mak K,Fung R.Dynamic Shopfloor Scheduling in Multi-agent Manufacturing System.Expert Systems with Applications,2006b,31:486-494.
    [237]Smith D E,Frank J,Jonsson A K.Bridging the Gap Between Planning and Scheduling.Knowledge Engineering Review,2000,15(1):47-83.
    [238]Sormaz D N,Arumugam J,Rajaraman S.Integrative Process Plan Model and Representation for Intelligent Distributed Manufacturing Planning.International Journal of Production Research,2004,42(17):3397-3417.
    [239]Fuji N,Inoue R,Ueda K.Integration of Process Planning and Scheduling Using Multi-agent Learning.In Proceedings of 41~(st) CIRP Conference on Manufacturing Systems,2008,p.297-300.
    [240]Denkena B,Zwick M,Woelk P O.Multi-agent Based Process Planning and Scheduling in Context of Supply Chains.LNAI,2003,2744:100-109.
    [241]Shukla S,Tiwari M,Son Y.Bidding-based Multi-agent System for Integrated Process Planning and Scheduling:A Data-mining and Hybrid Tabu-SA Algorithm-oriented Approach.International Journal of Advanced Manufacturing Technology,2008,38:163-175.
    [242]Shen W,Wang L,Hao Q.Agent-based Distributed Manufacturing Process Planning and Scheduling:a state-of-the-art Survey.IEEE Transactions on Systems,Man,and Cybernetics- Part C:Applications and Reviews,2006,36(4):563-577.
    [243]王云莉,肖田元,段广洪.CAPP与调度集成多代理系统的资源冲突消解.计算机集成制造系统,2002,8(9):742-746.
    [244]李淑娟,李言.基于MAS的CAPP与生产调度集成系统.西安理工大学学报,2004,20(2):149-153.
    [245]Guo Y W,Li W D,Mileham A R,Owen G W.Applications of Panicle Swarm Optimization in Integrated Process Planning and Scheduling.Robotics & Computer Integrated Manufacturing,2009,25:280-288.
    [246]Zhao F Q,Zhu A H,Yu D M,Yang Y H.A Hybrid Particle Swarm Optimization(PSO)Algorithm Schemes for Integrated Process Planning and Production Scheduling.In:Proceedings of the 6~(th) World Congress on Intelligent Control and Automation,Dalin,China,2006,6772-6776.
    [247]Kumar R,Tiwari M K,Shankar R.Scheduling of Flexible Manufacturing Systems:An Ant Colony Optimization Approach.IMechE Part B:Engineering Manufacture 2003,217:1443-1453.
    [248]Chan F T S,Kumar V,Tiwari M K.Optimizing the Performance of an Integrated Process Planning and Scheduling Problem:An AIS-FLC based Approach.In:Proceedings of CIS,IEEE,2006,1-8.
    [249]董朝阳,孙树栋.基于免疫遗传算法的工艺设计与调度集成.计算机集成制造,2006,12(11):1807-1813.
    [250]Palmer G J.A Simulated Annealing Approach to Integrated Production Scheduling.Journal of Intelligent Manufacturing,1996,7:163-176.
    [251]Chan F T S,Kumar V,Tiwari M K.The Relevance of Outsourcing and Leagile Strategies in Performance Optimization of an Integrated Process Planning and Scheduling Model.International Journal of Production Research,2009,47(1):119-142.
    [252]Chen Y J.An Integrated Process Planning and Production Scheduling Framework for Mass Customization:[PhD Dissertation].Hong Kong:Hong Kong University of Science & Technology,2003.7.
    [253] Weintraub A, Cormier D, Hodgson T, King R, Wilson J, Zozom A. Scheduling with Alternatives: A Link Between Process Planning and Scheduling. HE Transactions, 1999,31: 1093-1102.
    [254] Mishra N, Choudhary A K, Tiwari M K. Modeling the Planning and Scheduling Across the Outsourcing Supply Chain: A Chaos-based Fast Tabu-SA Approach. International Journal of Production Research, 2008, 46(13): 3683-3715.
    [255] Tan W, Khoshnevis B. A Linearized Polynomial Mixed Integer Programming Model for the Integration of Process Planning and Scheduling. Journal of Intelligent Manufacturing, 2004, 15. 593-605.
    [256] Henriques E. Towards the Integration of Process and Production Planning: An Optimization Model for Cutting Parameters. International Journal of Advanced Manufacturing Technology, 2006, 28: 117-128.
    [257] Gindy N N, Saad S M, Yue Y. Manufacturing Responsiveness Through Integrated Process Planning and Scheduling. International Journal of Production Research, 1999, 37(11): 2399-2418.
    [258] Moreno M D R, Oddi A, Borrajo D, Cesta A. IPSS: A Hybrid Approach to Planning and Scheduling Integration. IEEE Transactions on Knowledge and Data Engineering, 18(12): 1681-1695.
    [259] Ueda K, Fuji N, Inoue R. An Emergent Synthesis Approach to Simultaneous Process Planning and Scheduling. Annals of the CIRP, 2007, 56(1): 463-466.
    [260] Wang Y F, Zhang Y F, Fuh J Y H, Zhou Z D, Xue L G, Lou P. A Web-based Integrated Process Planning and Scheduling System. In: Proceedings of 4~(th) IEEE Conference on Automation Science and Engineering, Washington DC, USA, 2008, p. 662-667.
    [261] Zhang D G, Zhang HC.A Simulation Study of an Object-Oriented Integration Test bed for Process Planning and Production Scheduling. International Journal of Flexible Manufacturing Systems, 1999, 11: 19-35.
    [262] Bang C W. Hybrid Integration Approach for Process Planning and Shop Floor Scheduling in Agile Manufacturing: [PhD Dissertation]. State University of New York at Buffalo, USA, 2002.
    [263] Garey E L, Johnson D S, Sethi R. The Complexity of Flow-Shop and Job-Shop Scheduling. Mathematics of Operations Research, 1976, 1: 117-129.
    [264] De Jong K A. An Analysis of the Behavior of a Class of Genetic Adaptive Systems. [PhD Dissertation]. Michigan: University of Michigan, No. 76-9381, 1975.
    [265] Glodberg D E. Genetic Algorithms in Search Optimization and Machine Learning. Massachusetts, Addison- Wesley, Reading, 1989.
    [266] Michalewicz Z. Genetic Algorithm + Data Structures = Evolution Programs. Springer, New York, 1994.
    [267] Lee K H, Junq M Y. Petri Net Application in Flexible Process Planning. Computer Industrial Engineering, 1994, 27: 505-508.
    [268] Ho Y C, Moodie C L. Solving Cell Formation Problems in a Manufacturing Environment with Flexible Processing and Routing Capabilities. International Journal of Production Research, 1996, 34: 2901-2923.
    [269] Sormaz D, Khoshnevis B. Generation of Alternative Process Plans in Integrated Manufacturing Systems. Journal of Intelligent Manufacturing, 2003, 14: 509-526.
    
    [270] 周明,孙树栋.遗传算法原理及应用.北京:国防工业出版社,1999.
    [271]Whitley D,Gordan V,Mathias K.Lamarkian Evolution,the Baldwin Effect and Function Optimization.In:Davidor Y,et al Eds.Parallel Solving from Nature-PPSN Ⅲ.Berlin:Springer,6-15.
    [272]Nakano R,Yamada T.Conventional Genetic Algorithm for Job Shop Problems.In:Proceeding of 4~(th) International Conference on Genetic Algorithms and Their Applications,San Diego,1991,p.474-479.
    [273]Cheng R,Gen M,Tsujimura Y.A Tutorial Survey of Job-shop Scheduling Problems Using Genetic Algorithms-Ⅰ:Representation.Computers & Industrial Engineering,1996,30(4):983-997.
    [274]潘保林.基于适应度地形的组合优化与作业车间调度问题研究:[硕士学位论文].武汉:华中科技大学,2008.6.
    [275]Wolpert D,Macready W.No Free Lunch Theorems for Optimization.IEEE Transaction Evolutionary Computation,1997,1(1):67-82.
    [276]王凌.智能优化算法及其应用.北京:清华大学出版社,2001.
    [277]Balas E.Machine Scheduling via Disjunctive Graphs:an Implicit Enumeration Algorithm.Operations Research,1969,17:941-957.
    [278]徐绪松.数据结构与算法.北京:高等教育出版社,2004.
    [279]Balas E,Vazacopoulos A.Guided Local Search with Shifting Bottleneck for Job Shop Scheduling.Management Science,1998,44(2):262-275.
    [280]Nabil N,Elsayed E A.Job Shop Scheduling with Alternative Machines.International Journal of Production Research,1990,28(9):1595-1609.
    [281]Moon C,Lee Y H,Jeong C S,Yun Y S.Integrated Process Planning and Scheduling in a Supply Chain.Computers & Industrial Engineering,2008,54:1048-1061.
    [282]Lee D Y,Dicesare F.Scheduling Flexible Manufacturing Systems Using Petri Nets and Heuristic Search.IEEE Transactions on Robotic Automation,1994,10(2):123-132.
    [283]Kim Y K.A Set of Data for the Integration of Process Planning and Job Shop Scheduling.Available at http://syslab.chonnam.ac.kr/links/data-pp&s.doc.
    [284]岳超源.决策理论与方法.北京:科学出版社,2003.
    [285]郑金华.多目标进化算法及其应用.北京:科学出版社,2007.
    [286]Coello C A C,Veldhuizen D A V,Lamont G B.Evolutionary Algorithms for Solving Multi-Objective Problems.New York:Kulwer,2002.
    [287]Srinivas N,Deb K.Multi-objective Optimization Using Non-dominated Sorting in Genetic Algorithms.Technical Report,Department of Mechanical Engineering,Indian Institute of Technology,Indian.
    [288]Deb K,Pratap A,Agarwal S.A Fast and Elitist Multi-objective Genetic Algorithm:NSGA-Ⅱ.IEEE Transactions on Evolutionary Computation,2002,6(2):182-197.
    [289]Baykasoglu A,Ozbakir L.A Grammatical Optimization Approach for Integrated Process Planning and Scheduling.Journal of Intelligent Manufacturing,2009,20:211-221.
    [290]潘全科,朱剑英.作业车间动态调度研究.南京航空航天大学学报,2005,37(2):262-268.
    [291]Abdou G,Bhat R,Stiharu I.Process Planning and Scheduling of Micromachined Transducer.1994,SPIE,2045:243-253.
    [292]Zangiacomi A,Zhijian L,Sacco M,Boer C R.Process Planning and Scheduling for Mass Customised Shoe Manufacturing.International Journal of Computer Integrated Manufacturing, 2004, 17(7): 613-621.
    [293] Almada B L, Oliveira J F, Carravilla M A. Production Planning and Scheduling in the Glass Container Industry: A VNS Approach. International Journal of Production Economics, 2008, 114: 363-375.
    [294] Kuo T H, Chang C T. Application of a Mathematic Programming Model for Integrated Planning and Scheduling of Petroleum Supply Networks. Industrial Engineering Chemical Research, 2008, 47: 1935-1954.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700