Skip to content

Commit

Permalink
test: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LongxingTan committed Jul 31, 2024
1 parent 255ff49 commit f8fcd12
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Demand represents customer orders to fulfill
5、根据机器k的空闲开始时间以及任务状态检索任务,存储为任务列表R;
6、判断任务列表R是否为空,是则k=k+1,返回步骤五,否则进行下一步;
7、根据任务的最早可加工时间进行排序,选择最早开始的任务进行加工,更新机器状态、任务状态及后续的工序状态;
·确定任务的开工时间及结束时间
·更新机器的释放时间
·更新当前任务的状态、开工时间、完工时间
·更新当前任务后续节点的最早开工时间,若当前任务为产品的最后一个工序则无须更新
- 确定任务的开工时间及结束时间
- 更新机器的释放时间
- 更新当前任务的状态、开工时间、完工时间
- 更新当前任务后续节点的最早开工时间,若当前任务为产品的最后一个工序则无须更新
8、判断所有任务是否均已完工,是则结束,否则返回步骤四。

解决冲突的过程,即是一个顺排的过程。把所有分布在该资源上的任务根据顺序进行顺排
Expand Down Expand Up @@ -150,7 +150,6 @@ Demand represents customer orders to fulfill
- 每一个job都按第一道工序其最早开工日期开始,



车间过程3-按资源增量排产
---------------------
输入: 排产任务(MO+计划单)
Expand Down

0 comments on commit f8fcd12

Please sign in to comment.