【发布时间】:2021-09-12 17:07:00
【问题描述】:
我正在使用任何逻辑进行作业车间调度。我有 20 个作业(具有每个作业的机器序列数据库的代理)和 5 台机器(资源)。
现在我想使用其他数据库表,其中包含每个作业序列的机器中每个作业的处理时间。我想订购所有队列以缩短处理时间。我使用新的数据库表创建了一个新代理“processingTimes”,并尝试将作业 ID 与 processingTimes 相关联,以便正确关联处理时间。
I created this collection, inside my new agent, containing the processing times of each job.
Did this, trying to associate both agents id but I think it is not correct.
关于我做错了什么的任何提示?
新:
【问题讨论】: