搜索资源列表
-
0下载:
本程序解决下列问题:利用动态规划算法实现装配线调度问题。
要求测试数据以文本文件的形式存储,
即所有的数据由文本文件读入。-This program addresses the following issues: the use of dynamic programming algorithm assembly line scheduling problem. requires test data to a text file is st
-
-
1下载:
装配线调度问题
第一行一个数 N ( 2<=N<= 100 ),代表转配线上装配站的个数
第二行 N 个数,依次代表装配线 1 的第 k 个站装配产品所需时间。
第三行 N 个数,依次代表装配线 2 的第 k 个站装配产品所需时间。
第四行四个数 I1 I2 O1 O2 ( 1<= I1,I2,O2,O2 <= 100 ),代表进入装配线 1 、 2 和退出转配线 1 、 2 所花的时间。
第五行 N-1 个数,依次代表
-
-
0下载:
离散微粒群优化算法解决流水线调度问题。包含多个有名算法:NEH,局部搜索算法等。-Discrete Particle Swarm Optimization algorithm to solve assembly line scheduling problem. Contains several well-known algorithms: NEH, local search algorithm.
-
-
0下载:
御用动态规划思想和策略,解决装配线调度问题。-Queen dynamic programming ideas and strategies to address the assembly line scheduling problem.
-
-
0下载:
流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工-Pipelined job shop scheduling problem can be described as follows: n tasks for the m-th stage processing on the assembly lin
-