文件名称:JSPLIB:作业车间调度问题的基准实例
文件大小:207KB
文件格式:ZIP
更新时间:2024-08-01 01:04:58
Ruby
JSPLIB 作业车间调度问题的基准实例(最小化制造时间)。 元数据 文件instances.json包含每个实例的元数据,如下所示。 { "name" : "instance", // the name of the instance [required] "jobs" : n, // the number of jobs [required] "machines" : m, // the number of machines [required] "optimum" : c, // the optimum makespan or null [required] "bounds" : { // required when the optimum is null "upper" : ub,