资源受限项目调度问题的仿真优化方法及其应用研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
资源受限项目调度问题(Resource-Constrained Project Scheduling Problem, RCPSP)属于NP-hard问题,广泛地存在于制造业、建筑工程和科学工程等项目中,它要求在满足项目时序约束和资源约束的条件下,合理地分配资源、安排活动,以达到某种优化目标如工期最短等,这对预测项目周期、指导项目进展都具有重要意义。因此研究RCPSP具有重要的理论和现实意义,本文主要研究内容如下:
     (1)实际项目的复杂性和随机性使其非常适用于仿真方法,于是本文首先提出了一种面向资源受限项目调度问题的离散事件仿真(Discrete-Event Simulation, DES)方法。该方法采用资源池管理项目中不同类型和数量的资源,同时对节点式活动网络图(Activity-on-Node, AON)进行扩展,通过加入资源定义形成扩展有向图(Extended-Directed Graph, EDG)来全面描述项目调度问题中的时序约束和资源约束。接着针对基于扩展有向图的项目调度模型,采用改进的三段扫描法对其进行仿真,生成满足时序和资源约束的项目调度方案。
     (2)项目调度仿真的目的是对多个可选调度方案进行实验并从中选出最优的方案,同时当仿真模型中的项目活动持续时间为随机数时,由仿真所产生的调度结果也是随机的,因此需要采用统计的方法对仿真结果进行分析与比较。本文采用基于公共随机数的多方案比较程序Procedure CY对仿真结果进行分析研究,并从多个调度方案的评估和比较中选出使项目期望完工时间最小的调度方案。
     (3)由于仿真实质上是一种试验分析方法,无法给出问题最优或近优解。因此将仿真技术和优化方法相结合为解决实际问题提供了有效的手段。本文基于基因表达式编程(Gene Expression Programming, GEP)算法针对具体问题构造新的调度规则,该调度规则由项目状态、活动属性及数学符号等元素编码而成,与求解RCPSP的其他优化算法相比,这是一种新的编码方式与求解方法。在仿真优化方法求解RCPSP中,GEP用来寻找使项目周期最短的调度规则,而仿真方法用来将GEP染色体所表示的调度规则解码为具体的项目调度方案,以用于染色体性能评估。
     (4)在实际项目中,同一活动可能存在多种执行模式,在每种执行模式下,活动都有相应的持续时间和资源需求,称为多模式资源受限项目调度问题(Multi-Mode Resource-Constrained Project Scheduling Problem, MMRCPSP)。本文采用一种混合元启发式算法求解MMRCPSP并使项目完工时间最短。该混合算法将MMRCPSP分为模式选择和单模式项目调度两步进行求解。其中在第一步中采用粒子群优化算法(Particle Swarm Optimization, PSO)来搜寻可行的活动模式组合,在第二步中采用GEP来构造在第一步给定活动执行模式下的调度规则,并结合仿真方法将其转换为具体的调度方案,最终获得使项目周期最短的活动模式组合及活动顺序。
     本文针对多种类型的资源受限项目调度问题,以大型激光装置项目的安装过程和实验过程为应用对象,通过调度过程建模与仿真优化,能够对项目调度过程进行直观地描述,对各种调度方案进行评估和比较并提供最优方案,对激光装置的安装流程以及实验流程起到指导和优化的作用,提高项目管理效率与质量。
Resource-constrained project scheduling problem (RCPSP) is an NP-hard problem and concerned with production, construction and science projects, where scarce resources have to be allocated to dependent activities over time. The aim of RCPSP is to minimize the project duration with the precedence constraints and resource constraints. It is very important for the prediction of project duration and the arrangement of project activities. In this dissertation, the research content is as follows:
     (1) The uncertainty characteristic of the project lends itself very well to simulation applications, therefore a method of discrete-event simulation (DES) for resource-constrained project scheduling is proposed. The simulation model of RCPSP is composed of resource management model and project scheduling model, where the resource management model is used to manage and model diverse kinds of resources in the project, and the project scheduling model is built using an extended-directed-graph (EDG) which is an extension of activity-on-node (AON) network by adding the definition of resource so as to describe the precedence constraints and resource constraints of project. An improved simulation strategy based on the three-phase scanning is applied on the simulation model to generate scheduling alternatives which are satisfied with the precedence constraints and resource constraints.
     (2) The goal of simulation for project scheduling model is to choose the best alternative from among a set of competing alternatives. When stochastic behaviors such as random activity durations are considered in the simulation model, the corresponding output performances contain random variances. So, special statistical method is required to evaluate and compare the output performances of different scheduling alternatives. A multiple-comparison procedure called Procedure CY based on common random numbers is exploited to compare the random output performances obtained from the stochastic simulation model so as to select the scheduling alternative with minimal average project duration.
     (3) Simulation is a technique of experimental analysis and cannot generate optimal solutions automatically. Therefore, simulation-based optimization method integrated optimization algorithms with simulation is rapidly becoming an effective tool for many real-world problems. Gene expression programming (GEP) is proposed to automatically construct effective scheduling rule for RCPSP, which is the algebraic combination of project status and attributes of activity and is also a new representation form of solution compared with other optimal algorithms for RCPSP. In the simulation optimation method, GEP is used to search the optimal scheduling rules which can lead to the minimal project duration, and simulation is adopted to transform the scheduling rules into explicit scheduling alternatives for the evaluation of chromosomes.
     (4) In practice, some activities may be performed in one of several execution modes, and each mode is characterized by a known duration and given resource requirements. This type RCPSP with multiple activity modes is categorized as multi-mode resource-constrained project scheduling problem (MMRCPSP). A new hybrid meta-heuristic algorithm is proposed to solve the MMRCPSP in view of minimizing the project duration. The new algorithm splits the problem into a mode assignment step and a single mode project scheduling step. The mode assignment step is solved by particle swarm optimization (PSO) and returns a feasible mode combination to the project scheduling step, then the project scheduling step is solved using GEP to discover effective scheduling rules which are transformed into explicit scheduling alternatives using simulation, and the mode combination and scheduling rule that leads to the minimal project duration is the optimal solution.
     Aiming at several kinds of RCPSP, the assembly process and experiment process of a lager laser device are used as the applications. According to the modeling, simulation and optimization, the project scheduling model can be described intuitively, and the multiple scheduling alternatives can be evaluated and compared so as to provide the best alternative. The proposed method guides and optimizes the assembly process and experiment process of the laser system, and improves the efficiency and quality of project management.
引文
[1]Brucker P, Drexl A, Mohring R, Neumann K, Pesch E. Resource-constrained project scheduling:notation, classification, models, and methods [J]. European Journal of Operational Research,1999,112:3-41.
    [2]Markus A, Vancza J, Kis T, Kovacs A. Project scheduling approach to production planning [J]. CIRP Annals Manufacturing Technology,2003,52 (1):359-362.
    [3]Herroelen W, Leus R. Project scheduling under uncertainty:survey and research potentials [J]. European Journal of Operational Research,2005,165:289-306.
    [4]Azadivar F, Tompkins G. Simulation optimization with qualitative variables and structural model changes:a genetic algorithm approach [J]. European Journal of Operational Research,1999,113:169-182.
    [5]Herroelen W, Demeulemeester E, De Reyck B. A classification scheme for project scheduling problems, in:Weglarz J(Editor), project scheduling:recent models, algorithms and applications [M]. Boston/London/DordrechtL:Kluwer Academic Publishers,1999:1-10.
    [6]邓林义.资源受限的项目调度问题及其应用研究[D].大连:大连理工大学博士论文,2008.
    [7]王宏.求解资源受限项目调度问题算法的研究[D].天津:天津大学博士论文,2005.
    [8]Talbot F B. Resource-constrained project scheduling with time-resource tradeoffs:the nonpreemptive case [J]. Management Science,1982,28 (10):1197-1210.
    [9]Brucker P, Knust S, Schoo A, Thiele O. A branch and bound algorithm for the resource-constrained project scheduling problem [J]. European Journal of Operational Research,1998,107(2):272-288.
    [10]Demeulemeester E, Herroelen W. A branch-and-bound procedure for the multiple resource-constrained project scheduling problem [J]. Management Science, 1992,38(12):1803-1818.
    [11]Gavish B, Pirkul H. Algorithms for multi-resource generalized assignment problem [J]. Management Science,1991,37(6):695-713.
    [12]Kis T. A branch-and-cut algorithm for scheduling of projects with variable-intensity activities [J]. Mathematical Programming,2005,103:515-539.
    [13]Sprecher A, Kolisch R, Drexl A. Semi-active, active, and non-delay schedules for the resource-constrained project scheduling problem [J]. European Journal of Operational Research,1995,80:94-102.
    [14]Kolisch R. Serial and parallel resource-constrained project scheduling methods revisited: Theory and computation [J]. European Journal of Operational Research,1996,90: 320-333.
    [15]Li K Y, Willis R J. An iterative scheduling technique for resource-constrained project scheduling [J]. European Journal of Operational Research,1992,56(3):370-379.
    [16]Ozdamara L, Ulusoy G. A note on an iterative forward/backward scheduling technique with reference to a procedure by Li and Willis [J]. European Journal of Operational Research,1996,89(2):400-407.
    [17]Davis E W, Patterson J H. A comparison of heuristic and optimum solutions in resource-constrained project scheduling [J]. Management Science,1975,21(8):944-955.
    [18]Drexl A. Scheduling of project networks by job assignment [J]. Management Science, 1991,30:1590-1602.
    [19]Kolisch R, Drexl A. A daptive search for solving hard project seheduling problem [J]. Naval Researeh Logistics,1996,43(1):23-40.
    [20]DePuy G W, Whitehouse G E. Applying the COMSOAL computer heuristic to the constrained resource allocation problem [J]. Computers & Industrial Engineering,2000, 38:413-422.
    [21]徐敬林.蒙特卡洛技术在资源受限工程调度问题中的应用[J].工程项目管理,2008,10:121-123.
    [22]卢睿,王成恩.求解资源受限项目调度问题的启发式方法[J].计算机集成制造系统,2009,15(12):2439-2444.
    [23]Hartmann S. A competitive genetic algorithm for resource-constrained project scheduling [J]. Naval Research Logistics,1997,45:733-750.
    [24]Hartmann S. A self-adapting genetic algorithm for project scheduling under resource constraints [J]. Naval Research Logistics,2002,49:433-448.
    [25]Mendes J J M, Goncalves J F, Resende M G C. A random key based genetic algorithm for the resource constrained project scheduling problem [J]. Computers & Operations Research,2009,36:92-109.
    [26]Debels D, Vanhoucke M. A decomposition-based genetic algorithm for the resource-constrained project-scheduling problem [J]. Operations Research,2007,55(3): 457-469.
    [27]Alcaraz J, Maroto C. A robust genetic algorithm for resource allocation in project scheduling [J]. Annals of Operations Research,2001,102:83-109.
    [28]Valls V, Ballestin F, Quintanilla S. A hybrid genetic algorithm for the resource-constrained project scheduling problem [J]. European Journal of Operational Research,2008,185:495-508.
    [29]Tseng L Y, Chen S C. A hybrid metaheuristic for the resource-constrained project scheduling problem [J]. European Journal of Operational Research,2006,175:707-721.
    [30]Boctor F F. Resource-constrained project scheduling by simulated annealing [J]. International Journal of Production Research,1996,34(8):2335-2351.
    [31]Cho J H, Kim Y D. A simulated annealing algorithm for resource constrained project scheduling problems [J]. Journal of the Operational Research Society,1997,48:736-744.
    [32]Valls V, Ballestin F, Quintanilla S. Justification and RCPSP:a technique that pays [J]. European Journal of Operational Research,2005,165:375-386.
    [33]Shukla S K, Son Y J, Tiwari M K. Fuzzy-based adaptive sample-sort simulated annealing for resource-constrained project scheduling [J]. International Journal of Advanced Manufacturing Technology,2008,36:982-995.
    [34]Lee J K, Kim Y D. Search heuristics for resource constrained project scheduling [J]. Journal of the Operational Research Society,1996,47(5):678-689.
    [35]Thomas P R, Salhi S. A tabu search approach for the resource constrained project scheduling problem [J]. Journal of Heuristics,1998,4:123-139.
    [36]Pan N H, Hsaio P W, Chen K Y. A study of project scheduling optimization using Tabu Search algorithm [J]. Engineering Applications of Artificial Intelligence,2008,21: 1101-1112.
    [37]Kennedy J, Eberhart R. Particle swarm optimization [C]. Proceedings of the IEEE International conference on neural networks, Washington, DC, USA,1995,4:1942-1948.
    [38]Zhang H, Li X D, Li H, Huang F L. Particle swarm optimization-based schemes for resource-constrained project scheduling [J]. Automation in Construction,2005,14: 393-404.
    [39]Zhang H, Li H, Tam C M. Particle swarm optimization for resource-constrained project scheduling [J]. International Journal of Project Management,2006,24:83-92.
    [40]王巍,赵国杰.粒子群优化在资源受限工程调度问题中的应用[J].哈尔滨工业大学学报,2007,39(4):669-672.
    [41]邓林义,林焰.粒子群算法求解任务可拆分项目调度问题[J].控制与决策,2008,23(6):681-684.
    [42]Kemmoe Tchomte S, Gourgand M. Particle swarm optimization:a study of particle displacement for solving continuous and combinatorial optimization problems [J]. International Journal of Production Economics,2009,121:57-67.
    [43]Wu L H, Wang Y N, Zhou S W. Improved differential evolution algorithm for resource-constrained project scheduling problem [J]. Journal of Systems Engineering and Electronics,2010,21(5):798-805.
    [44]Merkle D, Middendorf M, Schmeck H. Ant colony optimization for resource-constrained project scheduling [J]. IEEE Transactions on evolutionary computation,2002,6(4): 333-346.
    [45]Zhou Y M, Guo Q S, Gan R W. Improved ACO algorithm for resource-constrained project scheduling problem [C].2009 International Conference on Artificial Intelligence and Computational Intelligence, Shanghai, China,2009,358-365.
    [46]Agarwal R, Tiwari M K, Mukherjee S K. Artificial immune system based approach for solving resource constraint project scheduling problem [J]. International Journal of Advanced Manufacturing Technology,2007,34:584-593.
    [47]Mobini M, Mobini Z, Rabbani M. An artificial immune algorithm for the project scheduling problem under resource constraints [J]. Applied Soft Computing,2011,11: 1975-1982.
    [48]Akbari R, Zeighami V, Ziarati K. Artificial bee colony for resource constrained project scheduling problem [J]. International Journal of Industrial Engineering Computations, 2011,2:45-60.
    [49]Golenko-Ginzburg D, Gonik A. Stochastic network project scheduling with non-consumable limited resources [J]. International Journal of Production Economics, 1997,48:29-37.
    [50]Stork F. Branch-and-bound algorithms for stochastic resource-constrained project scheduling [R]. Research Report No.702/2000, Germany. Technische Universit t Berlin,2000.
    [51]Tsai Y W, Gemmill D D. Using tabu search to schedule activities of stochastic resource-constrained projects, European Journal of Operational Research,1998,111: 129-141.
    [52]Ballestin F. When it is worthwhile to work with the stochastic RCPSP? [J]. Journal of Scheduling,2007,10:153-166.
    [53]Ballestin F, Leus R. Resource-constrained project scheduling for timely project completion with stochastic activity durations [J]. Production and Operations Management,2009,18 (4):459-474.
    [54]Badiru A B. A simulation approach to PERT network analysis [J]. Simulation,1991,57: 245-255.
    [55]严隽薇主编.现代集成制造系统概论——理念、方法、技术、设计与实施[M].北京:清华大学出版社,2004.
    [56]王维平,朱一凡,李群等编著.离散事件系统建模与仿真[M].北京:科学出版社,2007.
    [57]Martinez J C, Ioannou P G. General-purpose systems for effective construction simulation [J]. Journal of Construction Engineering and Management,1999,125(4): 265-276.
    [58]Hooper J W. Strategy-related characteristics of discrete-event languages and models [J]. Simulation,1986,46 (4):153-159.
    [59]Reddy J P, Kumanan S, Chetty O V K. Application of Petri nets and a genetic algorithm to multi-mode multi-resource constrained project scheduling [J]. International Journal of Advanced Manufacturing Technology,2001,17:305-314.
    [60]Sawhney A, Mund A, Chaitavatputtiporn T. Petri net-based scheduling of construction projects [J]. Civil Engineering and Environmental Systems,2003,20(4):255-271.
    [61]Zhang H, Tam C M, Li H. Activity object-oriented simulation strategy for modeling construction operations [J]. Journal of Computing in Civil Engineering,2005,19(3): 313-322.
    [62]Zhang H, Li H. Simulation-based optimization for dynamic resource allocation [J]. Automation in Construction,2004,13:409-420.
    [63]Zhang H, Tam C M, Li H, Shi J. Particle swarm optimization-supported simulation for construction operations [J]. Journal of Construction Engineering and Management,2006, 132(12):1267-1274.
    [64]Lu M. Simplified discrete-event simulation approach for construction simulation [J]. Journal of Construction Engineering and Management,2003,129 (5):537-546.
    [65]Lu M, Lam H C, Dai F. Resource-constrained critical path analysis based on discrete event simulation and particle swarm optimization [J]. Automation in Construction,2008, 17:670-681.
    [66]Cheng T M, Feng C W. An effective simulation mechanism for construction operations [J]. Automation in Construction,2003,12:227-244.
    [67]Pet-Edwards J, Mollaghasemi M. A simulation and genetic algorithm approach to stochastic resource constrained project scheduling [C]. Southcon/96. Conference Record, New York, Piscataway, NJ,1996,333-338.
    [68]Swisher J R, Jacobson S H. A survey of ranking, selection and multiple comparison procedures for discrete-event simulation [C]. Proceedings of the 1999 Winter Simulation Conference,1999,492-501
    [69]Rinott Y. On two-stage selection procedures and related probability-inequalities [J]. Communications in Statistics-Theory and Methods,1978,7(8):799-811.
    [70]Dudewicz E J, Dalal S R. Allocation of observations in ranking and selection with unequal variances [J]. The Indian Journal of Statistics,1975,37B(1):28-78.
    [71]Clark G M, Yang W N. A bonferroni selection procedure when using common random numbers with unknown variances [C]. Proceedings of the 1986 Winter Simulation Conference,1986,313-315.
    [72]Nelson B L, Matejcik F J. Using common random numbers for indifference-zone selection and multiple comparisons in simulation [J]. Management Science,1995,41 (12):1935-1945.
    [73]Heikes R G, Montgomery D C, Rardin R L. Using common random numbers in simulation experiments-an approach to statistical analysis [J]. Simulation,1976,27: 81-85.
    [74]Nelson B L, Swann J, Goldsman D, Song W. Simple procedures for selecting the best simulated system when the number of alternatives is large [J]. Operations Research,2001, 49(6):950-963.
    [75]Chick S E, Inoue K. New procedures to select the best simulated system using common random numbers [J]. Management Science,2001,47(8):1133-1149.
    [76]Fu M C, Hu J Q, Chen C H, Xiong X P. Simulation allocation for determining the best design in the presence of correlated sampling [J]. Journal on Computing,2007,19(1): 101-111.
    [77]Sprecher A, Drexl A. Multi-mode resource-constrained project scheduling by a simple, general and powerful sequencing algorithm [J]. European Journal of Operational Research,1998,107:431-450.
    [78]Heilmann R. A branch-and-bound procedure for the multi-mode resource-constrained project scheduling problem with minimum and maximum time lags [J]. European Journal of Operational Research,2003,144:348-365.
    [79]Drexl A, Grunewald J. Nonpreemptive multi-mode resource-constrained project scheduling [J]. IIE Transactions,1993,25 (5):74-81.
    [80]Boctor F F. A new and efficient heuristic for scheduling projects with resource restrictions and multiple execution modes [J]. European Journal of Operational Research, 1996,90:349-361.
    [81]Buddhakulsomsiri J, Kim D S. Priority rule-based heuristic for multi-mode resource-constrained project scheduling problems with resource vacations and activity splitting [J]. European Journal of Operational Research,2007,178:374-390.
    [82]Najid N M, Arroub M. An efficient algorithm for the multi-mode resource constrained project scheduling problem with resource flexibility [J]. International Journal of Mathematics in Operational Research,2010,2(6):748-761.
    [83]Jozefowska J, Mika M, Rozycki R, Waligora G, Weglarz J. Simulated annealing for multi-mode resource-constrained project scheduling [J]. Annals of Operations Research, 2001,102:137-155.
    [84]Bouleimen K, Lecocq H. A new efficient simulated annealing algorithm for the resource-constrained project scheduling problem and its multiple mode version [J]. European Journal of Operational Research,2003,149 (2):268-281.
    [85]Mori M, Tseng C C. A genetic algorithm for multi-mode resource constrained project scheduling problem [J]. European Journal of Operational Research,1997,100:134-141.
    [86]Hartmann S. Project scheduling with multiple modes:a genetic algorithm [J]. Annals of Operations Research,2001,102:111-135.
    [87]Zhang H, Tam C M, Li H. Multimode project scheduling based on particle swarm optimization [J]. Computer-Aided Civil and Infrastructure Engineering,2006,21: 93-103.
    [88]Jarboui B, Damak N, Siarry P, Rebai A. A combinatorial particle swarm optimization for solving multi-mode resource-constrained project scheduling problems [J]. Applied Mathematics and Computation,2008,195:299-308.
    [89]彭武良.一种求解多模式资源受限项目调度问题的蚁群算法[J].信息系统学报,2009,1(4):1-10.
    [90]Damak N, Jarboui B, Siarry P, Loukil T. Differential evolution for solving multi-mode resource-constrained project scheduling problems [J]. Computers & Operations Research, 2009,36:2653-2659.
    [91]Coelho J, Vanhoucke M. Multi-mode resource-constrained project scheduling using RCPSP and SAT solvers [J]. European Journal of Operational Research,2011,213: 73-82.
    [92]喻瑛.多模式资源受限项目调度问题的混合遗传算法[J].东南大学学报(自然科学版),2008,38(4):736-740.
    [93]管在林,马力,何敏,邵新宇.基于贡献度的项目调度方法研究[J].计算机集成制造系统,2008,14(12):2431-2435.
    [94]Tay J C, Ho N B. Evolving dispatching rules using genetic programming for solving multi-objective flexible job-shop problems [J]. Computers & Industrial Engineering, 2008,54:453-473
    [95]Jakobovic D, Budin L. Dynamic scheduling with genetic programming [C]. Proceedings of the 9th European Conference on Genetic Programming,2006,3905:73-84.
    [96]Dimopoulos C, Zalzala A M S. Investigating the use of genetic programming for a classic one-machine scheduling problem [J]. Advanced in Engineering Software,2001, 32:489-498.
    [97]Geiger C D, Uzsoy R, Aytug H. Rapid modeling and discovery of priority dispatching rules:an autonomous learning approach [J]. Journal of Scheduling,2006,9:7-34.
    [98]Nie L, Shao X Y, Gao L, Li W D. Evolving scheduling rules with gene expression programming for dynamic single-machine scheduling problems [J]. International Journal of Advanced Manufacturing Technology,2010,50:129-747.
    [99]费红霞,潘炼.基于改进的基因表达式编程算法在作业车间调度问题中的应用[J].计算机与数字工程,2009,37(6):6-10.
    [100]Ferreira C. Gene expression programming:a new adaptive algorithm for solving problems [J]. Complex Systems,2001,13(2):87-129.
    [101]曾涛,唐常杰,朱明放,向勇,刘胤田,陈鹏.基于人工免疫和基因表达式编程的多维复杂关联规则挖掘方法[J].四川大学学报(工程科学版),2006,38(5):136-142.
    [102]Zhou C, Xiao W M, Tirpak T M, Nelson P C. Evolving accurate and compact classification rules with gene expression programming [J]. IEEE transactions on evolutionary computation,2003,7(6):519-531.
    [103]朱明放.基于基因表达式编程的TSP问题求解[J].计算机工程与应用,2008,44(23):53-55.
    [104]吴志健,姜大志,汤铭端.一种基于基因表达式程序设计的新算法[J].系统仿真学报,2008,20(8):1986-1989.
    [105]Flores J J, Graff M. System identification using genetic programming and gene expression programming [J]. Lecture Notes in Computer Science,2005,3733:503-511.
    [106]Zhang B P, Shi X H. The application of an improved gene expression programming in intelligent decision support system [C].2010 International Conference on Measuring Technology and Mechatronics Automation,2010,765-771.
    [107]Jedrzejowicz P, Ratajczak-Ropel E. Agent-based gene expression programming for solving the RCPSP/max Problem [J]. ICANNGA 2009, LNCS 5495,2009,203-212.
    [108]Bowers J A. Criticality in resource constrained networks [J]. Journal of the Operational Research Society,1995,46 (1):80-91.
    [109]Demeulemeester E, Herroelen W. Project scheduling:a research handbook. New York, Boston, Dordrecht, London, Moscow:Kluwer Academic Publishers,2002.
    [110]Patterson J H. A comparison of exact approaches for solving the multiple constrained resource, project scheduling problem [J]. Management Science,1984,30 (7):854-867.
    [111]Davis E W. An exact algorithm for the multiple constrained project seheduling problem:[dissertation]. Yale University,1969.
    [112]Kolisch R, Sprecher A. PSPLIB-a project scheduling problem library [J]. European Journal of Operational Research,1996,96:205-216.
    [113]王国新,宁汝新,王爱民.基于仿真的生产调度优化技术研究[J].计算机集成制造系统,2007,13(7):1419-1427.
    [114]Ryan J, Heavey C. Process modeling for simulation [J]. Computers in Industry,2006, 57(5):437-450.
    [115]Wilcox R R. A table for Rinott's selection procedure. Journal of Quality Technology, 1984,16(2):97-100.

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

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

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