num_jobs int64 2 20 | num_machines int64 2 20 | prompt_jobs_first stringlengths 516 19.9k | prompt_machines_first stringlengths 496 17.2k | output stringlengths 267 22.1k |
|---|---|---|---|---|
10 | 6 | Optimize schedule for 10 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 ... | Optimize schedule for 10 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 4 Operation 0 dur... | Solution:
Job 4 Operation 0 on Machine 0 : 0 + 1 -> 1
Job 6 Operation 0 on Machine 1 : 0 + 25 -> 25
Job 0 Operation 0 on Machine 2 : 0 + 10 -> 10
Job 1 Operation 0 on Machine 5 : 0 + 24 -> 24
Job 0 Operation 1 on Machine 4 : 10 + 17 -> 27
Job 5 Operation 0 on Machine 1 : 25 + 39 -> 64
Job 6 Operation 1 on... |
6 | 4 | Optimize schedule for 6 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 6 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 122 -> 122
Job 1 Operation 0 on Machine 1 : 0 + 110 -> 110
Job 4 Operation 0 on Machine 2 : 0 + 149 -> 149
Job 2 Operation 0 on Machine 3 : 0 + 130 -> 130
Job 0 Operation 1 on Machine 1 : 122 + 59 -> 181
Job 1 Operation 1 on Machine 3 : 130 + 56 -> 186
Job 3 ... |
8 | 5 | Optimize schedule for 8 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 4 d... | Optimize schedule for 8 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 1 Operation 0 on Machine 0 : 0 + 339 -> 339
Job 6 Operation 0 on Machine 1 : 0 + 92 -> 92
Job 4 Operation 0 on Machine 2 : 0 + 28 -> 28
Job 2 Operation 0 on Machine 4 : 0 + 144 -> 144
Job 4 Operation 1 on Machine 3 : 28 + 304 -> 332
Job 2 Operation 1 on Machine 1 : 144 + 446 -> 590
Job 0 Ope... |
15 | 10 | Optimize schedule for 15 Jobs across 10 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 9... | Optimize schedule for 15 Jobs across 10 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 13 Operation 0 d... | Solution:
Job 13 Operation 0 on Machine 0 : 0 + 283 -> 283
Job 9 Operation 0 on Machine 1 : 0 + 85 -> 85
Job 10 Operation 0 on Machine 3 : 0 + 113 -> 113
Job 7 Operation 0 on Machine 6 : 0 + 325 -> 325
Job 5 Operation 0 on Machine 8 : 0 + 105 -> 105
Job 0 Operation 0 on Machine 9 : 0 + 427 -> 427
Job 12 O... |
10 | 9 | Optimize schedule for 10 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 ... | Optimize schedule for 10 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 9 Operation 0 dur... | Solution:
Job 9 Operation 0 on Machine 0 : 0 + 193 -> 193
Job 2 Operation 0 on Machine 1 : 0 + 38 -> 38
Job 7 Operation 0 on Machine 2 : 0 + 10 -> 10
Job 8 Operation 0 on Machine 3 : 0 + 81 -> 81
Job 6 Operation 0 on Machine 8 : 0 + 213 -> 213
Job 4 Operation 0 on Machine 2 : 10 + 152 -> 162
Job 7 Operati... |
8 | 4 | Optimize schedule for 8 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 8 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 39 -> 39
Job 4 Operation 0 on Machine 1 : 0 + 171 -> 171
Job 2 Operation 0 on Machine 2 : 0 + 278 -> 278
Job 5 Operation 0 on Machine 3 : 0 + 199 -> 199
Job 1 Operation 0 on Machine 0 : 39 + 159 -> 198
Job 6 Operation 0 on Machine 0 : 198 + 244 -> 442
Job 1 O... |
7 | 7 | Optimize schedule for 7 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 7 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 5 -> 5
Job 6 Operation 0 on Machine 3 : 0 + 70 -> 70
Job 1 Operation 0 on Machine 0 : 5 + 61 -> 66
Job 2 Operation 1 on Machine 4 : 5 + 71 -> 76
Job 0 Operation 0 on Machine 0 : 66 + 35 -> 101
Job 1 Operation 1 on Machine 5 : 66 + 62 -> 128
Job 6 Operation 1 ... |
3 | 3 | Optimize schedule for 3 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 3 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 55 -> 55
Job 0 Operation 0 on Machine 1 : 0 + 422 -> 422
Job 1 Operation 0 on Machine 2 : 0 + 320 -> 320
Job 1 Operation 1 on Machine 0 : 320 + 182 -> 502
Job 2 Operation 1 on Machine 1 : 422 + 128 -> 550
Job 0 Operation 1 on Machine 2 : 422 + 314 -> 736
Job ... |
6 | 2 | Optimize schedule for 6 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 6 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 10 -> 10
Job 5 Operation 0 on Machine 1 : 0 + 151 -> 151
Job 1 Operation 0 on Machine 0 : 10 + 48 -> 58
Job 4 Operation 0 on Machine 0 : 58 + 101 -> 159
Job 1 Operation 1 on Machine 1 : 151 + 199 -> 350
Job 5 Operation 1 on Machine 0 : 159 + 166 -> 325
Job 3 ... |
9 | 4 | Optimize schedule for 9 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 9 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 1 -> 1
Job 2 Operation 0 on Machine 1 : 0 + 3 -> 3
Job 1 Operation 0 on Machine 3 : 0 + 4 -> 4
Job 5 Operation 0 on Machine 0 : 1 + 1 -> 2
Job 3 Operation 1 on Machine 2 : 1 + 2 -> 3
Job 0 Operation 0 on Machine 0 : 2 + 2 -> 4
Job 5 Operation 1 on Machine 1 :... |
9 | 2 | Optimize schedule for 9 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 9 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 15 -> 15
Job 8 Operation 0 on Machine 1 : 0 + 15 -> 15
Job 6 Operation 0 on Machine 0 : 15 + 170 -> 185
Job 3 Operation 1 on Machine 1 : 15 + 158 -> 173
Job 4 Operation 0 on Machine 0 : 185 + 146 -> 331
Job 6 Operation 1 on Machine 1 : 185 + 10 -> 195
Job 1 O... |
6 | 4 | Optimize schedule for 6 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 6 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 2 dura... | Solution:
Job 0 Operation 0 on Machine 1 : 0 + 110 -> 110
Job 1 Operation 0 on Machine 3 : 0 + 173 -> 173
Job 3 Operation 0 on Machine 1 : 110 + 144 -> 254
Job 1 Operation 1 on Machine 2 : 173 + 340 -> 513
Job 0 Operation 1 on Machine 3 : 173 + 104 -> 277
Job 2 Operation 0 on Machine 1 : 254 + 399 -> 653
... |
10 | 8 | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 6 ... | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 4 Operation 0 dur... | Solution:
Job 8 Operation 0 on Machine 0 : 0 + 285 -> 285
Job 1 Operation 0 on Machine 3 : 0 + 344 -> 344
Job 7 Operation 0 on Machine 4 : 0 + 349 -> 349
Job 6 Operation 0 on Machine 5 : 0 + 161 -> 161
Job 0 Operation 0 on Machine 6 : 0 + 128 -> 128
Job 2 Operation 0 on Machine 7 : 0 + 155 -> 155
Job 0 Op... |
4 | 4 | Optimize schedule for 4 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 4 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 3 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 47 -> 47
Job 0 Operation 0 on Machine 2 : 0 + 15 -> 15
Job 1 Operation 0 on Machine 3 : 0 + 48 -> 48
Job 2 Operation 0 on Machine 2 : 15 + 77 -> 92
Job 0 Operation 1 on Machine 0 : 47 + 83 -> 130
Job 1 Operation 1 on Machine 1 : 48 + 38 -> 86
Job 3 Operation ... |
7 | 5 | Optimize schedule for 7 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 4 d... | Optimize schedule for 7 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 1 dura... | Solution:
Job 6 Operation 0 on Machine 1 : 0 + 12 -> 12
Job 1 Operation 0 on Machine 2 : 0 + 17 -> 17
Job 5 Operation 0 on Machine 3 : 0 + 96 -> 96
Job 0 Operation 0 on Machine 4 : 0 + 130 -> 130
Job 3 Operation 0 on Machine 1 : 12 + 112 -> 124
Job 1 Operation 1 on Machine 0 : 17 + 100 -> 117
Job 2 Operat... |
7 | 4 | Optimize schedule for 7 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 7 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 4 Operation 0 dura... | Solution:
Job 4 Operation 0 on Machine 0 : 0 + 27 -> 27
Job 1 Operation 0 on Machine 1 : 0 + 6 -> 6
Job 3 Operation 0 on Machine 2 : 0 + 27 -> 27
Job 6 Operation 0 on Machine 0 : 27 + 6 -> 33
Job 3 Operation 1 on Machine 1 : 27 + 29 -> 56
Job 1 Operation 1 on Machine 2 : 27 + 29 -> 56
Job 4 Operation 1 on... |
9 | 9 | Optimize schedule for 9 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 9 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 27 -> 27
Job 6 Operation 0 on Machine 1 : 0 + 226 -> 226
Job 5 Operation 0 on Machine 3 : 0 + 122 -> 122
Job 8 Operation 0 on Machine 4 : 0 + 214 -> 214
Job 2 Operation 0 on Machine 6 : 0 + 249 -> 249
Job 1 Operation 0 on Machine 7 : 0 + 194 -> 194
Job 7 Oper... |
5 | 4 | Optimize schedule for 5 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 5 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 55 -> 55
Job 0 Operation 0 on Machine 1 : 0 + 197 -> 197
Job 1 Operation 0 on Machine 2 : 0 + 31 -> 31
Job 4 Operation 0 on Machine 0 : 55 + 321 -> 376
Job 2 Operation 1 on Machine 2 : 55 + 15 -> 70
Job 3 Operation 0 on Machine 2 : 70 + 287 -> 357
Job 2 Opera... |
10 | 7 | Optimize schedule for 10 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 ... | Optimize schedule for 10 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dur... | Solution:
Job 8 Operation 0 on Machine 0 : 0 + 254 -> 254
Job 6 Operation 0 on Machine 1 : 0 + 59 -> 59
Job 4 Operation 0 on Machine 6 : 0 + 104 -> 104
Job 0 Operation 0 on Machine 1 : 59 + 189 -> 248
Job 6 Operation 1 on Machine 3 : 59 + 239 -> 298
Job 4 Operation 1 on Machine 5 : 104 + 51 -> 155
Job 4 O... |
8 | 3 | Optimize schedule for 8 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 8 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 1 : 0 + 301 -> 301
Job 0 Operation 0 on Machine 2 : 0 + 47 -> 47
Job 0 Operation 1 on Machine 0 : 47 + 86 -> 133
Job 2 Operation 0 on Machine 2 : 47 + 222 -> 269
Job 6 Operation 0 on Machine 0 : 133 + 106 -> 239
Job 1 Operation 0 on Machine 0 : 239 + 270 -> 509
Job 6... |
9 | 6 | Optimize schedule for 9 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 9 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 3 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 17 -> 17
Job 1 Operation 0 on Machine 2 : 0 + 81 -> 81
Job 6 Operation 0 on Machine 4 : 0 + 429 -> 429
Job 8 Operation 0 on Machine 0 : 17 + 80 -> 97
Job 3 Operation 1 on Machine 3 : 17 + 123 -> 140
Job 0 Operation 0 on Machine 2 : 81 + 196 -> 277
Job 3 Opera... |
8 | 2 | Optimize schedule for 8 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 8 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 4 Operation 0 on Machine 0 : 0 + 19 -> 19
Job 6 Operation 0 on Machine 0 : 19 + 21 -> 40
Job 4 Operation 1 on Machine 1 : 19 + 90 -> 109
Job 0 Operation 0 on Machine 0 : 40 + 66 -> 106
Job 2 Operation 0 on Machine 0 : 106 + 77 -> 183
Job 6 Operation 1 on Machine 1 : 109 + 194 -> 303
Job 3 Op... |
7 | 5 | Optimize schedule for 7 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 7 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 43 -> 43
Job 0 Operation 0 on Machine 2 : 0 + 446 -> 446
Job 4 Operation 0 on Machine 3 : 0 + 325 -> 325
Job 6 Operation 0 on Machine 4 : 0 + 14 -> 14
Job 5 Operation 0 on Machine 0 : 43 + 424 -> 467
Job 2 Operation 1 on Machine 4 : 43 + 76 -> 119
Job 4 Opera... |
8 | 5 | Optimize schedule for 8 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 8 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 73 -> 73
Job 1 Operation 0 on Machine 1 : 0 + 21 -> 21
Job 5 Operation 0 on Machine 4 : 0 + 103 -> 103
Job 0 Operation 0 on Machine 1 : 21 + 120 -> 141
Job 1 Operation 1 on Machine 2 : 21 + 72 -> 93
Job 2 Operation 1 on Machine 3 : 73 + 80 -> 153
Job 5 Operat... |
7 | 2 | Optimize schedule for 7 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 7 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 1 Operation 0 on Machine 0 : 0 + 30 -> 30
Job 4 Operation 0 on Machine 1 : 0 + 61 -> 61
Job 3 Operation 0 on Machine 0 : 30 + 52 -> 82
Job 0 Operation 0 on Machine 0 : 82 + 44 -> 126
Job 3 Operation 1 on Machine 1 : 82 + 20 -> 102
Job 1 Operation 1 on Machine 1 : 102 + 73 -> 175
Job 2 Operat... |
10 | 8 | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 4 ... | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 6 Operation 0 dur... | Solution:
Job 6 Operation 0 on Machine 0 : 0 + 88 -> 88
Job 7 Operation 0 on Machine 2 : 0 + 131 -> 131
Job 5 Operation 0 on Machine 3 : 0 + 315 -> 315
Job 9 Operation 0 on Machine 4 : 0 + 125 -> 125
Job 3 Operation 0 on Machine 5 : 0 + 9 -> 9
Job 1 Operation 0 on Machine 6 : 0 + 313 -> 313
Job 2 Operatio... |
5 | 2 | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 251 -> 251
Job 4 Operation 0 on Machine 1 : 0 + 130 -> 130
Job 0 Operation 0 on Machine 1 : 130 + 438 -> 568
Job 4 Operation 1 on Machine 0 : 251 + 167 -> 418
Job 3 Operation 0 on Machine 0 : 418 + 265 -> 683
Job 2 Operation 1 on Machine 1 : 568 + 52 -> 620
J... |
10 | 2 | Optimize schedule for 10 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 ... | Optimize schedule for 10 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dur... | Solution:
Job 7 Operation 0 on Machine 0 : 0 + 6 -> 6
Job 6 Operation 0 on Machine 1 : 0 + 151 -> 151
Job 9 Operation 0 on Machine 0 : 6 + 55 -> 61
Job 0 Operation 0 on Machine 0 : 61 + 85 -> 146
Job 6 Operation 1 on Machine 0 : 151 + 155 -> 306
Job 0 Operation 1 on Machine 1 : 151 + 149 -> 300
Job 9 Oper... |
5 | 3 | Optimize schedule for 5 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 5 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 153 -> 153
Job 2 Operation 0 on Machine 1 : 0 + 40 -> 40
Job 3 Operation 0 on Machine 2 : 0 + 62 -> 62
Job 4 Operation 0 on Machine 1 : 40 + 122 -> 162
Job 2 Operation 1 on Machine 2 : 62 + 69 -> 131
Job 2 Operation 2 on Machine 0 : 153 + 50 -> 203
Job 0 Oper... |
2 | 2 | Optimize schedule for 2 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 2 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 1 dura... | Solution:
Job 1 Operation 0 on Machine 1 : 0 + 269 -> 269
Job 1 Operation 1 on Machine 0 : 269 + 332 -> 601
Job 0 Operation 0 on Machine 1 : 269 + 274 -> 543
Job 0 Operation 1 on Machine 0 : 601 + 314 -> 915
Makespan: 915.0, as it is the maximum end completion time of Operation 1 |
7 | 6 | Optimize schedule for 7 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 5 d... | Optimize schedule for 7 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 71 -> 71
Job 1 Operation 0 on Machine 4 : 0 + 106 -> 106
Job 0 Operation 0 on Machine 5 : 0 + 37 -> 37
Job 0 Operation 1 on Machine 2 : 37 + 256 -> 293
Job 2 Operation 0 on Machine 0 : 71 + 38 -> 109
Job 3 Operation 1 on Machine 3 : 71 + 30 -> 101
Job 5 Opera... |
6 | 5 | Optimize schedule for 6 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 6 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 9 -> 9
Job 0 Operation 0 on Machine 1 : 0 + 113 -> 113
Job 4 Operation 0 on Machine 2 : 0 + 45 -> 45
Job 1 Operation 0 on Machine 0 : 9 + 69 -> 78
Job 2 Operation 0 on Machine 0 : 78 + 45 -> 123
Job 1 Operation 1 on Machine 1 : 113 + 94 -> 207
Job 0 Operation... |
8 | 5 | Optimize schedule for 8 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 4 d... | Optimize schedule for 8 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 91 -> 91
Job 5 Operation 0 on Machine 1 : 0 + 114 -> 114
Job 4 Operation 0 on Machine 2 : 0 + 68 -> 68
Job 0 Operation 0 on Machine 4 : 0 + 170 -> 170
Job 3 Operation 1 on Machine 3 : 91 + 17 -> 108
Job 5 Operation 1 on Machine 0 : 114 + 74 -> 188
Job 3 Opera... |
10 | 4 | Optimize schedule for 10 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 ... | Optimize schedule for 10 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 8 Operation 0 dur... | Solution:
Job 8 Operation 0 on Machine 0 : 0 + 26 -> 26
Job 4 Operation 0 on Machine 1 : 0 + 14 -> 14
Job 0 Operation 0 on Machine 2 : 0 + 4 -> 4
Job 1 Operation 0 on Machine 3 : 0 + 20 -> 20
Job 2 Operation 0 on Machine 2 : 4 + 14 -> 18
Job 7 Operation 0 on Machine 1 : 14 + 14 -> 28
Job 9 Operation 0 on ... |
9 | 7 | Optimize schedule for 9 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 5 d... | Optimize schedule for 9 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 4 Operation 2 dura... | Solution:
Job 4 Operation 0 on Machine 1 : 0 + 237 -> 237
Job 6 Operation 0 on Machine 3 : 0 + 387 -> 387
Job 2 Operation 0 on Machine 4 : 0 + 49 -> 49
Job 0 Operation 0 on Machine 5 : 0 + 360 -> 360
Job 3 Operation 0 on Machine 6 : 0 + 301 -> 301
Job 1 Operation 0 on Machine 1 : 237 + 63 -> 300
Job 4 Ope... |
10 | 9 | Optimize schedule for 10 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 4 ... | Optimize schedule for 10 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 7 Operation 0 dur... | Solution:
Job 7 Operation 0 on Machine 0 : 0 + 129 -> 129
Job 1 Operation 0 on Machine 2 : 0 + 293 -> 293
Job 8 Operation 0 on Machine 3 : 0 + 86 -> 86
Job 9 Operation 0 on Machine 4 : 0 + 146 -> 146
Job 4 Operation 0 on Machine 6 : 0 + 223 -> 223
Job 5 Operation 0 on Machine 7 : 0 + 370 -> 370
Job 6 Oper... |
20 | 15 | Optimize schedule for 20 Jobs across 15 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 5... | Optimize schedule for 20 Jobs across 15 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 1 du... | Solution:
Job 15 Operation 0 on Machine 2 : 0 + 46 -> 46
Job 5 Operation 0 on Machine 3 : 0 + 112 -> 112
Job 6 Operation 0 on Machine 4 : 0 + 71 -> 71
Job 7 Operation 0 on Machine 5 : 0 + 29 -> 29
Job 14 Operation 0 on Machine 9 : 0 + 118 -> 118
Job 18 Operation 0 on Machine 10 : 0 + 8 -> 8
Job 11 Operati... |
5 | 4 | Optimize schedule for 5 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 5 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 90 -> 90
Job 0 Operation 0 on Machine 1 : 0 + 32 -> 32
Job 1 Operation 0 on Machine 3 : 0 + 20 -> 20
Job 4 Operation 0 on Machine 3 : 20 + 121 -> 141
Job 3 Operation 0 on Machine 1 : 32 + 38 -> 70
Job 2 Operation 1 on Machine 1 : 90 + 58 -> 148
Job 4 Operatio... |
10 | 2 | Optimize schedule for 10 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 ... | Optimize schedule for 10 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dur... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 82 -> 82
Job 2 Operation 0 on Machine 1 : 0 + 4 -> 4
Job 8 Operation 0 on Machine 1 : 4 + 17 -> 21
Job 9 Operation 0 on Machine 1 : 21 + 38 -> 59
Job 3 Operation 0 on Machine 0 : 82 + 62 -> 144
Job 0 Operation 1 on Machine 1 : 82 + 30 -> 112
Job 1 Operation 0... |
8 | 8 | Optimize schedule for 8 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 8 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 3 Operation 2 dura... | Solution:
Job 3 Operation 0 on Machine 1 : 0 + 296 -> 296
Job 4 Operation 0 on Machine 2 : 0 + 49 -> 49
Job 2 Operation 0 on Machine 3 : 0 + 36 -> 36
Job 5 Operation 0 on Machine 5 : 0 + 266 -> 266
Job 6 Operation 0 on Machine 3 : 36 + 308 -> 344
Job 2 Operation 1 on Machine 4 : 36 + 396 -> 432
Job 0 Oper... |
8 | 8 | Optimize schedule for 8 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 3 d... | Optimize schedule for 8 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 3 Operation 2 dura... | Solution:
Job 1 Operation 0 on Machine 1 : 0 + 86 -> 86
Job 0 Operation 0 on Machine 3 : 0 + 118 -> 118
Job 5 Operation 0 on Machine 4 : 0 + 107 -> 107
Job 4 Operation 0 on Machine 5 : 0 + 21 -> 21
Job 2 Operation 0 on Machine 7 : 0 + 123 -> 123
Job 6 Operation 0 on Machine 5 : 21 + 60 -> 81
Job 6 Operati... |
6 | 6 | Optimize schedule for 6 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 5 d... | Optimize schedule for 6 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 5 Operation 1 dura... | Solution:
Job 2 Operation 0 on Machine 3 : 0 + 22 -> 22
Job 4 Operation 0 on Machine 4 : 0 + 33 -> 33
Job 0 Operation 0 on Machine 5 : 0 + 15 -> 15
Job 0 Operation 1 on Machine 2 : 15 + 33 -> 48
Job 2 Operation 1 on Machine 1 : 22 + 52 -> 74
Job 1 Operation 0 on Machine 3 : 22 + 18 -> 40
Job 5 Operation 0... |
10 | 5 | Optimize schedule for 10 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 ... | Optimize schedule for 10 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dur... | Solution:
Job 8 Operation 0 on Machine 0 : 0 + 112 -> 112
Job 0 Operation 0 on Machine 1 : 0 + 20 -> 20
Job 9 Operation 0 on Machine 2 : 0 + 355 -> 355
Job 2 Operation 0 on Machine 4 : 0 + 255 -> 255
Job 5 Operation 0 on Machine 1 : 20 + 77 -> 97
Job 6 Operation 0 on Machine 1 : 97 + 108 -> 205
Job 5 Oper... |
10 | 9 | Optimize schedule for 10 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 4 ... | Optimize schedule for 10 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 4 Operation 1 dur... | Solution:
Job 9 Operation 0 on Machine 3 : 0 + 92 -> 92
Job 5 Operation 0 on Machine 5 : 0 + 17 -> 17
Job 6 Operation 0 on Machine 7 : 0 + 58 -> 58
Job 1 Operation 0 on Machine 8 : 0 + 255 -> 255
Job 5 Operation 1 on Machine 1 : 17 + 291 -> 308
Job 6 Operation 1 on Machine 2 : 58 + 7 -> 65
Job 2 Operation... |
8 | 5 | Optimize schedule for 8 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 3 d... | Optimize schedule for 8 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 6 Operation 0 dura... | Solution:
Job 6 Operation 0 on Machine 0 : 0 + 28 -> 28
Job 3 Operation 0 on Machine 1 : 0 + 7 -> 7
Job 2 Operation 0 on Machine 2 : 0 + 25 -> 25
Job 5 Operation 0 on Machine 3 : 0 + 2 -> 2
Job 1 Operation 0 on Machine 4 : 0 + 70 -> 70
Job 0 Operation 0 on Machine 3 : 2 + 60 -> 62
Job 2 Operation 1 on Mac... |
5 | 3 | Optimize schedule for 5 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 5 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 1 dura... | Solution:
Job 0 Operation 0 on Machine 2 : 0 + 15 -> 15
Job 0 Operation 1 on Machine 1 : 15 + 46 -> 61
Job 3 Operation 0 on Machine 2 : 15 + 71 -> 86
Job 0 Operation 2 on Machine 0 : 61 + 59 -> 120
Job 3 Operation 1 on Machine 1 : 86 + 23 -> 109
Job 4 Operation 0 on Machine 2 : 86 + 111 -> 197
Job 1 Opera... |
9 | 4 | Optimize schedule for 9 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 9 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 4 Operation 0 on Machine 0 : 0 + 30 -> 30
Job 5 Operation 0 on Machine 1 : 0 + 69 -> 69
Job 3 Operation 0 on Machine 2 : 0 + 342 -> 342
Job 7 Operation 0 on Machine 3 : 0 + 346 -> 346
Job 6 Operation 0 on Machine 0 : 30 + 182 -> 212
Job 2 Operation 0 on Machine 1 : 69 + 75 -> 144
Job 0 Opera... |
8 | 6 | Optimize schedule for 8 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 8 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 20 -> 20
Job 3 Operation 0 on Machine 2 : 0 + 145 -> 145
Job 7 Operation 0 on Machine 4 : 0 + 54 -> 54
Job 5 Operation 0 on Machine 5 : 0 + 144 -> 144
Job 0 Operation 1 on Machine 1 : 20 + 37 -> 57
Job 7 Operation 1 on Machine 0 : 54 + 33 -> 87
Job 4 Operatio... |
7 | 4 | Optimize schedule for 7 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 7 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 307 -> 307
Job 5 Operation 0 on Machine 1 : 0 + 168 -> 168
Job 0 Operation 0 on Machine 2 : 0 + 36 -> 36
Job 3 Operation 0 on Machine 3 : 0 + 300 -> 300
Job 6 Operation 0 on Machine 2 : 36 + 79 -> 115
Job 0 Operation 1 on Machine 1 : 168 + 77 -> 245
Job 5 Ope... |
9 | 4 | Optimize schedule for 9 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 9 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 66 -> 66
Job 0 Operation 0 on Machine 1 : 0 + 75 -> 75
Job 6 Operation 0 on Machine 2 : 0 + 263 -> 263
Job 2 Operation 1 on Machine 3 : 66 + 37 -> 103
Job 4 Operation 0 on Machine 1 : 75 + 76 -> 151
Job 2 Operation 2 on Machine 1 : 151 + 102 -> 253
Job 3 Oper... |
20 | 20 | Optimize schedule for 20 Jobs across 20 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1... | Optimize schedule for 20 Jobs across 20 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 7 Operation 0 du... | Solution:
Job 19 Operation 0 on Machine 0 : 0 + 289 -> 289
Job 9 Operation 0 on Machine 3 : 0 + 359 -> 359
Job 8 Operation 0 on Machine 4 : 0 + 378 -> 378
Job 3 Operation 0 on Machine 5 : 0 + 237 -> 237
Job 11 Operation 0 on Machine 8 : 0 + 10 -> 10
Job 1 Operation 0 on Machine 9 : 0 + 90 -> 90
Job 2 Oper... |
9 | 2 | Optimize schedule for 9 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 9 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 210 -> 210
Job 2 Operation 0 on Machine 1 : 0 + 89 -> 89
Job 6 Operation 0 on Machine 1 : 89 + 270 -> 359
Job 6 Operation 1 on Machine 0 : 359 + 17 -> 376
Job 7 Operation 0 on Machine 1 : 359 + 336 -> 695
Job 2 Operation 1 on Machine 0 : 376 + 352 -> 728
Job ... |
10 | 3 | Optimize schedule for 10 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 ... | Optimize schedule for 10 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dur... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 61 -> 61
Job 1 Operation 0 on Machine 1 : 0 + 48 -> 48
Job 6 Operation 0 on Machine 2 : 0 + 36 -> 36
Job 4 Operation 0 on Machine 2 : 36 + 17 -> 53
Job 6 Operation 1 on Machine 1 : 48 + 51 -> 99
Job 2 Operation 0 on Machine 2 : 53 + 38 -> 91
Job 0 Operation 0... |
6 | 3 | Optimize schedule for 6 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 6 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 1 dura... | Solution:
Job 4 Operation 0 on Machine 2 : 0 + 30 -> 30
Job 4 Operation 1 on Machine 1 : 30 + 64 -> 94
Job 5 Operation 0 on Machine 2 : 30 + 371 -> 401
Job 4 Operation 2 on Machine 0 : 94 + 379 -> 473
Job 0 Operation 0 on Machine 1 : 94 + 172 -> 266
Job 5 Operation 1 on Machine 1 : 401 + 134 -> 535
Job 2 ... |
7 | 5 | Optimize schedule for 7 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 7 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 1 Operation 0 on Machine 0 : 0 + 373 -> 373
Job 2 Operation 0 on Machine 1 : 0 + 154 -> 154
Job 4 Operation 0 on Machine 2 : 0 + 277 -> 277
Job 3 Operation 0 on Machine 4 : 0 + 55 -> 55
Job 2 Operation 1 on Machine 3 : 154 + 61 -> 215
Job 5 Operation 0 on Machine 3 : 215 + 203 -> 418
Job 2 O... |
3 | 3 | Optimize schedule for 3 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 3 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 123 -> 123
Job 0 Operation 0 on Machine 1 : 0 + 336 -> 336
Job 1 Operation 0 on Machine 0 : 123 + 146 -> 269
Job 2 Operation 1 on Machine 2 : 123 + 165 -> 288
Job 1 Operation 1 on Machine 1 : 336 + 174 -> 510
Job 0 Operation 1 on Machine 2 : 336 + 181 -> 517
... |
5 | 5 | Optimize schedule for 5 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 5 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 1 : 0 + 232 -> 232
Job 1 Operation 0 on Machine 3 : 0 + 50 -> 50
Job 1 Operation 1 on Machine 2 : 50 + 27 -> 77
Job 3 Operation 0 on Machine 3 : 50 + 256 -> 306
Job 1 Operation 2 on Machine 0 : 77 + 215 -> 292
Job 2 Operation 1 on Machine 0 : 292 + 153 -> 445
Job 1 O... |
10 | 3 | Optimize schedule for 10 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 ... | Optimize schedule for 10 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 5 Operation 0 dur... | Solution:
Job 5 Operation 0 on Machine 0 : 0 + 46 -> 46
Job 1 Operation 0 on Machine 1 : 0 + 93 -> 93
Job 2 Operation 0 on Machine 2 : 0 + 90 -> 90
Job 6 Operation 0 on Machine 0 : 46 + 92 -> 138
Job 3 Operation 0 on Machine 2 : 90 + 60 -> 150
Job 2 Operation 1 on Machine 1 : 93 + 284 -> 377
Job 9 Operati... |
10 | 8 | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 ... | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dur... | Solution:
Job 5 Operation 0 on Machine 0 : 0 + 102 -> 102
Job 6 Operation 0 on Machine 1 : 0 + 312 -> 312
Job 8 Operation 0 on Machine 2 : 0 + 330 -> 330
Job 4 Operation 0 on Machine 4 : 0 + 401 -> 401
Job 3 Operation 0 on Machine 7 : 0 + 430 -> 430
Job 7 Operation 0 on Machine 1 : 312 + 259 -> 571
Job 6 ... |
4 | 3 | Optimize schedule for 4 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 4 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 263 -> 263
Job 3 Operation 0 on Machine 1 : 0 + 83 -> 83
Job 2 Operation 0 on Machine 1 : 83 + 318 -> 401
Job 3 Operation 1 on Machine 0 : 263 + 222 -> 485
Job 0 Operation 1 on Machine 2 : 263 + 181 -> 444
Job 1 Operation 0 on Machine 1 : 401 + 307 -> 708
Job... |
5 | 2 | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 4 Operation 0 on Machine 0 : 0 + 81 -> 81
Job 0 Operation 0 on Machine 0 : 81 + 106 -> 187
Job 4 Operation 1 on Machine 1 : 81 + 113 -> 194
Job 3 Operation 0 on Machine 0 : 187 + 116 -> 303
Job 0 Operation 1 on Machine 1 : 194 + 88 -> 282
Job 1 Operation 0 on Machine 0 : 303 + 68 -> 371
Job ... |
4 | 3 | Optimize schedule for 4 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 4 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 156 -> 156
Job 3 Operation 0 on Machine 1 : 0 + 93 -> 93
Job 3 Operation 1 on Machine 2 : 93 + 4 -> 97
Job 3 Operation 2 on Machine 0 : 156 + 104 -> 260
Job 2 Operation 1 on Machine 1 : 156 + 100 -> 256
Job 0 Operation 0 on Machine 1 : 256 + 92 -> 348
Job 2 O... |
4 | 2 | Optimize schedule for 4 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 4 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 76 -> 76
Job 2 Operation 0 on Machine 1 : 0 + 22 -> 22
Job 3 Operation 0 on Machine 1 : 22 + 97 -> 119
Job 3 Operation 1 on Machine 0 : 119 + 24 -> 143
Job 1 Operation 0 on Machine 1 : 119 + 71 -> 190
Job 2 Operation 1 on Machine 0 : 143 + 45 -> 188
Job 1 Ope... |
5 | 3 | Optimize schedule for 5 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 5 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 4 Operation 0 on Machine 0 : 0 + 52 -> 52
Job 1 Operation 0 on Machine 1 : 0 + 64 -> 64
Job 0 Operation 0 on Machine 0 : 52 + 352 -> 404
Job 2 Operation 0 on Machine 1 : 64 + 66 -> 130
Job 1 Operation 1 on Machine 2 : 64 + 3 -> 67
Job 3 Operation 0 on Machine 1 : 130 + 358 -> 488
Job 2 Opera... |
12 | 12 | Optimize schedule for 12 Jobs across 12 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 4... | Optimize schedule for 12 Jobs across 12 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 3 Operation 1 du... | Solution:
Job 6 Operation 0 on Machine 1 : 0 + 59 -> 59
Job 9 Operation 0 on Machine 3 : 0 + 22 -> 22
Job 8 Operation 0 on Machine 4 : 0 + 113 -> 113
Job 10 Operation 0 on Machine 7 : 0 + 91 -> 91
Job 11 Operation 0 on Machine 8 : 0 + 63 -> 63
Job 2 Operation 0 on Machine 9 : 0 + 171 -> 171
Job 4 Operatio... |
9 | 5 | Optimize schedule for 9 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 4 d... | Optimize schedule for 9 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 7 Operation 0 dura... | Solution:
Job 7 Operation 0 on Machine 0 : 0 + 31 -> 31
Job 5 Operation 0 on Machine 2 : 0 + 15 -> 15
Job 2 Operation 0 on Machine 3 : 0 + 37 -> 37
Job 0 Operation 0 on Machine 4 : 0 + 1 -> 1
Job 4 Operation 0 on Machine 4 : 1 + 28 -> 29
Job 5 Operation 1 on Machine 1 : 15 + 34 -> 49
Job 8 Operation 0 on ... |
2 | 2 | Optimize schedule for 2 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 2 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 1 Operation 0 on Machine 0 : 0 + 53 -> 53
Job 0 Operation 0 on Machine 0 : 53 + 61 -> 114
Job 1 Operation 1 on Machine 1 : 53 + 67 -> 120
Job 0 Operation 1 on Machine 1 : 120 + 68 -> 188
Makespan: 188.0, as it is the maximum end completion time of Operation 1 |
5 | 2 | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 2 Operation 0 on Machine 0 : 0 + 215 -> 215
Job 1 Operation 0 on Machine 1 : 0 + 136 -> 136
Job 1 Operation 1 on Machine 0 : 215 + 187 -> 402
Job 2 Operation 1 on Machine 1 : 215 + 197 -> 412
Job 3 Operation 0 on Machine 0 : 402 + 228 -> 630
Job 4 Operation 0 on Machine 1 : 412 + 169 -> 581
... |
5 | 5 | Optimize schedule for 5 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 3 d... | Optimize schedule for 5 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 3 Operation 1 dura... | Solution:
Job 4 Operation 0 on Machine 1 : 0 + 97 -> 97
Job 1 Operation 0 on Machine 2 : 0 + 87 -> 87
Job 0 Operation 0 on Machine 3 : 0 + 146 -> 146
Job 4 Operation 1 on Machine 0 : 97 + 90 -> 187
Job 1 Operation 1 on Machine 1 : 97 + 6 -> 103
Job 1 Operation 2 on Machine 4 : 103 + 177 -> 280
Job 0 Opera... |
5 | 5 | Optimize schedule for 5 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 5 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 278 -> 278
Job 2 Operation 0 on Machine 1 : 0 + 200 -> 200
Job 3 Operation 0 on Machine 4 : 0 + 315 -> 315
Job 2 Operation 1 on Machine 2 : 200 + 128 -> 328
Job 4 Operation 0 on Machine 0 : 278 + 236 -> 514
Job 3 Operation 1 on Machine 1 : 315 + 227 -> 542
Jo... |
7 | 3 | Optimize schedule for 7 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 7 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 1 dura... | Solution:
Job 5 Operation 0 on Machine 1 : 0 + 59 -> 59
Job 3 Operation 0 on Machine 2 : 0 + 238 -> 238
Job 5 Operation 1 on Machine 0 : 59 + 29 -> 88
Job 4 Operation 0 on Machine 1 : 59 + 199 -> 258
Job 3 Operation 1 on Machine 0 : 238 + 28 -> 266
Job 0 Operation 0 on Machine 2 : 238 + 209 -> 447
Job 1 O... |
10 | 7 | Optimize schedule for 10 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 6 ... | Optimize schedule for 10 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 9 Operation 1 dur... | Solution:
Job 7 Operation 0 on Machine 3 : 0 + 160 -> 160
Job 8 Operation 0 on Machine 4 : 0 + 80 -> 80
Job 5 Operation 0 on Machine 5 : 0 + 152 -> 152
Job 0 Operation 0 on Machine 6 : 0 + 72 -> 72
Job 4 Operation 0 on Machine 5 : 152 + 73 -> 225
Job 5 Operation 1 on Machine 3 : 160 + 105 -> 265
Job 4 Ope... |
10 | 10 | Optimize schedule for 10 Jobs across 10 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 9... | Optimize schedule for 10 Jobs across 10 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 1 du... | Solution:
Job 4 Operation 0 on Machine 1 : 0 + 134 -> 134
Job 7 Operation 0 on Machine 2 : 0 + 87 -> 87
Job 8 Operation 0 on Machine 3 : 0 + 52 -> 52
Job 2 Operation 0 on Machine 5 : 0 + 239 -> 239
Job 5 Operation 0 on Machine 7 : 0 + 112 -> 112
Job 0 Operation 0 on Machine 9 : 0 + 197 -> 197
Job 9 Operat... |
9 | 4 | Optimize schedule for 9 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 9 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 9 -> 9
Job 6 Operation 0 on Machine 1 : 0 + 29 -> 29
Job 4 Operation 0 on Machine 2 : 0 + 4 -> 4
Job 5 Operation 0 on Machine 3 : 0 + 25 -> 25
Job 7 Operation 0 on Machine 2 : 4 + 7 -> 11
Job 2 Operation 0 on Machine 0 : 9 + 19 -> 28
Job 1 Operation 0 on Mach... |
9 | 8 | Optimize schedule for 9 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 9 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 3 dura... | Solution:
Job 7 Operation 0 on Machine 1 : 0 + 74 -> 74
Job 6 Operation 0 on Machine 2 : 0 + 94 -> 94
Job 3 Operation 0 on Machine 3 : 0 + 69 -> 69
Job 8 Operation 0 on Machine 5 : 0 + 7 -> 7
Job 1 Operation 0 on Machine 7 : 0 + 83 -> 83
Job 8 Operation 1 on Machine 4 : 7 + 32 -> 39
Job 5 Operation 0 on M... |
20 | 15 | Optimize schedule for 20 Jobs across 15 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1... | Optimize schedule for 20 Jobs across 15 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 1 du... | Solution:
Job 17 Operation 0 on Machine 2 : 0 + 73 -> 73
Job 2 Operation 0 on Machine 3 : 0 + 73 -> 73
Job 11 Operation 0 on Machine 5 : 0 + 190 -> 190
Job 4 Operation 0 on Machine 6 : 0 + 93 -> 93
Job 10 Operation 0 on Machine 8 : 0 + 3 -> 3
Job 0 Operation 0 on Machine 11 : 0 + 29 -> 29
Job 19 Operation... |
9 | 6 | Optimize schedule for 9 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 9 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 0 dura... | Solution:
Job 7 Operation 0 on Machine 0 : 0 + 6 -> 6
Job 5 Operation 0 on Machine 2 : 0 + 180 -> 180
Job 8 Operation 0 on Machine 4 : 0 + 162 -> 162
Job 6 Operation 0 on Machine 5 : 0 + 350 -> 350
Job 7 Operation 1 on Machine 3 : 6 + 281 -> 287
Job 8 Operation 1 on Machine 1 : 162 + 13 -> 175
Job 8 Opera... |
8 | 2 | Optimize schedule for 8 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 8 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 5 Operation 0 dura... | Solution:
Job 5 Operation 0 on Machine 0 : 0 + 431 -> 431
Job 0 Operation 0 on Machine 1 : 0 + 17 -> 17
Job 3 Operation 0 on Machine 1 : 17 + 250 -> 267
Job 1 Operation 0 on Machine 1 : 267 + 150 -> 417
Job 7 Operation 0 on Machine 0 : 431 + 385 -> 816
Job 5 Operation 1 on Machine 1 : 431 + 143 -> 574
Job... |
6 | 3 | Optimize schedule for 6 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 6 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 4 Operation 0 on Machine 0 : 0 + 92 -> 92
Job 2 Operation 0 on Machine 1 : 0 + 58 -> 58
Job 1 Operation 0 on Machine 2 : 0 + 147 -> 147
Job 5 Operation 0 on Machine 1 : 58 + 44 -> 102
Job 0 Operation 0 on Machine 0 : 92 + 85 -> 177
Job 4 Operation 1 on Machine 1 : 102 + 58 -> 160
Job 2 Opera... |
5 | 2 | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 1 Operation 0 on Machine 0 : 0 + 141 -> 141
Job 2 Operation 0 on Machine 1 : 0 + 103 -> 103
Job 0 Operation 0 on Machine 1 : 103 + 216 -> 319
Job 4 Operation 0 on Machine 0 : 141 + 149 -> 290
Job 3 Operation 0 on Machine 0 : 290 + 251 -> 541
Job 1 Operation 1 on Machine 1 : 319 + 188 -> 507
... |
6 | 4 | Optimize schedule for 6 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 6 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 1 Operation 0 on Machine 0 : 0 + 60 -> 60
Job 2 Operation 0 on Machine 1 : 0 + 27 -> 27
Job 5 Operation 0 on Machine 2 : 0 + 272 -> 272
Job 4 Operation 0 on Machine 3 : 0 + 338 -> 338
Job 0 Operation 0 on Machine 0 : 60 + 126 -> 186
Job 1 Operation 1 on Machine 1 : 60 + 306 -> 366
Job 3 Oper... |
7 | 2 | Optimize schedule for 7 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 7 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 6 Operation 0 on Machine 0 : 0 + 2 -> 2
Job 1 Operation 0 on Machine 1 : 0 + 396 -> 396
Job 5 Operation 0 on Machine 0 : 2 + 67 -> 69
Job 3 Operation 0 on Machine 0 : 69 + 15 -> 84
Job 0 Operation 0 on Machine 0 : 84 + 306 -> 390
Job 4 Operation 0 on Machine 0 : 390 + 160 -> 550
Job 0 Operat... |
7 | 4 | Optimize schedule for 7 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 3 d... | Optimize schedule for 7 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 6 Operation 0 dura... | Solution:
Job 6 Operation 0 on Machine 0 : 0 + 39 -> 39
Job 3 Operation 0 on Machine 1 : 0 + 3 -> 3
Job 5 Operation 0 on Machine 2 : 0 + 11 -> 11
Job 0 Operation 0 on Machine 3 : 0 + 28 -> 28
Job 4 Operation 0 on Machine 2 : 11 + 29 -> 40
Job 5 Operation 1 on Machine 3 : 28 + 34 -> 62
Job 0 Operation 1 on... |
20 | 20 | Optimize schedule for 20 Jobs across 20 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1... | Optimize schedule for 20 Jobs across 20 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 7 Operation 2 du... | Solution:
Job 4 Operation 0 on Machine 2 : 0 + 21 -> 21
Job 3 Operation 0 on Machine 3 : 0 + 65 -> 65
Job 19 Operation 0 on Machine 4 : 0 + 16 -> 16
Job 16 Operation 0 on Machine 5 : 0 + 20 -> 20
Job 14 Operation 0 on Machine 6 : 0 + 92 -> 92
Job 15 Operation 0 on Machine 7 : 0 + 83 -> 83
Job 6 Operation ... |
6 | 5 | Optimize schedule for 6 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 6 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dura... | Solution:
Job 1 Operation 0 on Machine 0 : 0 + 90 -> 90
Job 4 Operation 0 on Machine 1 : 0 + 67 -> 67
Job 0 Operation 0 on Machine 2 : 0 + 43 -> 43
Job 5 Operation 0 on Machine 3 : 0 + 59 -> 59
Job 3 Operation 0 on Machine 3 : 59 + 57 -> 116
Job 5 Operation 1 on Machine 4 : 59 + 39 -> 98
Job 4 Operation 1... |
10 | 8 | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 3 ... | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 7 Operation 0 dur... | Solution:
Job 7 Operation 0 on Machine 0 : 0 + 177 -> 177
Job 3 Operation 0 on Machine 2 : 0 + 167 -> 167
Job 0 Operation 0 on Machine 3 : 0 + 107 -> 107
Job 8 Operation 0 on Machine 4 : 0 + 79 -> 79
Job 2 Operation 0 on Machine 5 : 0 + 276 -> 276
Job 9 Operation 0 on Machine 6 : 0 + 176 -> 176
Job 1 Oper... |
3 | 3 | Optimize schedule for 3 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 3 Jobs across 3 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 1 dura... | Solution:
Job 1 Operation 0 on Machine 1 : 0 + 9 -> 9
Job 0 Operation 0 on Machine 2 : 0 + 23 -> 23
Job 1 Operation 1 on Machine 0 : 9 + 24 -> 33
Job 0 Operation 1 on Machine 1 : 23 + 27 -> 50
Job 2 Operation 0 on Machine 2 : 23 + 28 -> 51
Job 0 Operation 2 on Machine 0 : 50 + 45 -> 95
Job 2 Operation 1 o... |
10 | 9 | Optimize schedule for 10 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 ... | Optimize schedule for 10 Jobs across 9 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dur... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 125 -> 125
Job 1 Operation 0 on Machine 2 : 0 + 129 -> 129
Job 7 Operation 0 on Machine 4 : 0 + 58 -> 58
Job 4 Operation 0 on Machine 5 : 0 + 219 -> 219
Job 9 Operation 0 on Machine 6 : 0 + 114 -> 114
Job 6 Operation 0 on Machine 7 : 0 + 84 -> 84
Job 3 Operat... |
10 | 8 | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 5 ... | Optimize schedule for 10 Jobs across 8 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 4 Operation 0 dur... | Solution:
Job 8 Operation 0 on Machine 0 : 0 + 145 -> 145
Job 9 Operation 0 on Machine 1 : 0 + 155 -> 155
Job 2 Operation 0 on Machine 2 : 0 + 124 -> 124
Job 1 Operation 0 on Machine 3 : 0 + 224 -> 224
Job 5 Operation 0 on Machine 5 : 0 + 160 -> 160
Job 6 Operation 0 on Machine 7 : 0 + 304 -> 304
Job 4 Op... |
6 | 4 | Optimize schedule for 6 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 3 d... | Optimize schedule for 6 Jobs across 4 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 1 dura... | Solution:
Job 4 Operation 0 on Machine 1 : 0 + 5 -> 5
Job 2 Operation 0 on Machine 2 : 0 + 39 -> 39
Job 0 Operation 0 on Machine 3 : 0 + 7 -> 7
Job 1 Operation 0 on Machine 1 : 5 + 42 -> 47
Job 0 Operation 1 on Machine 0 : 7 + 28 -> 35
Job 5 Operation 0 on Machine 3 : 7 + 46 -> 53
Job 2 Operation 1 on Mac... |
7 | 7 | Optimize schedule for 7 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 2 d... | Optimize schedule for 7 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 2 Operation 1 dura... | Solution:
Job 0 Operation 0 on Machine 2 : 0 + 210 -> 210
Job 1 Operation 0 on Machine 4 : 0 + 107 -> 107
Job 5 Operation 0 on Machine 5 : 0 + 15 -> 15
Job 5 Operation 1 on Machine 0 : 15 + 123 -> 138
Job 2 Operation 0 on Machine 5 : 15 + 265 -> 280
Job 1 Operation 1 on Machine 1 : 107 + 26 -> 133
Job 6 O... |
5 | 2 | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 5 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 142 -> 142
Job 2 Operation 0 on Machine 1 : 0 + 94 -> 94
Job 1 Operation 0 on Machine 0 : 142 + 185 -> 327
Job 0 Operation 1 on Machine 1 : 142 + 152 -> 294
Job 4 Operation 0 on Machine 0 : 327 + 198 -> 525
Job 1 Operation 1 on Machine 1 : 327 + 224 -> 551
Jo... |
20 | 20 | Optimize schedule for 20 Jobs across 20 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1... | Optimize schedule for 20 Jobs across 20 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 6 Operation 0 du... | Solution:
Job 6 Operation 0 on Machine 0 : 0 + 72 -> 72
Job 7 Operation 0 on Machine 1 : 0 + 227 -> 227
Job 2 Operation 0 on Machine 5 : 0 + 122 -> 122
Job 11 Operation 0 on Machine 6 : 0 + 45 -> 45
Job 10 Operation 0 on Machine 7 : 0 + 197 -> 197
Job 5 Operation 0 on Machine 8 : 0 + 14 -> 14
Job 1 Operat... |
10 | 2 | Optimize schedule for 10 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 ... | Optimize schedule for 10 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 dur... | Solution:
Job 8 Operation 0 on Machine 0 : 0 + 179 -> 179
Job 7 Operation 0 on Machine 1 : 0 + 104 -> 104
Job 2 Operation 0 on Machine 1 : 104 + 115 -> 219
Job 7 Operation 1 on Machine 0 : 179 + 184 -> 363
Job 8 Operation 1 on Machine 1 : 219 + 135 -> 354
Job 5 Operation 0 on Machine 1 : 354 + 176 -> 530
... |
8 | 7 | Optimize schedule for 8 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 6 d... | Optimize schedule for 8 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 3 Operation 0 dura... | Solution:
Job 3 Operation 0 on Machine 0 : 0 + 136 -> 136
Job 6 Operation 0 on Machine 2 : 0 + 208 -> 208
Job 4 Operation 0 on Machine 3 : 0 + 249 -> 249
Job 7 Operation 0 on Machine 4 : 0 + 7 -> 7
Job 0 Operation 0 on Machine 6 : 0 + 193 -> 193
Job 7 Operation 1 on Machine 5 : 7 + 164 -> 171
Job 3 Operat... |
6 | 2 | Optimize schedule for 6 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 6 Jobs across 2 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 140 -> 140
Job 1 Operation 0 on Machine 1 : 0 + 279 -> 279
Job 1 Operation 1 on Machine 0 : 279 + 116 -> 395
Job 4 Operation 0 on Machine 1 : 279 + 269 -> 548
Job 4 Operation 1 on Machine 0 : 548 + 134 -> 682
Job 0 Operation 1 on Machine 1 : 548 + 156 -> 704
... |
6 | 6 | Optimize schedule for 6 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 5 d... | Optimize schedule for 6 Jobs across 6 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 4 Operation 0 dura... | Solution:
Job 5 Operation 0 on Machine 3 : 0 + 258 -> 258
Job 2 Operation 0 on Machine 4 : 0 + 1 -> 1
Job 0 Operation 0 on Machine 5 : 0 + 191 -> 191
Job 1 Operation 0 on Machine 4 : 1 + 255 -> 256
Job 0 Operation 1 on Machine 0 : 191 + 58 -> 249
Job 3 Operation 0 on Machine 5 : 191 + 139 -> 330
Job 4 Ope... |
20 | 15 | Optimize schedule for 20 Jobs across 15 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 3... | Optimize schedule for 20 Jobs across 15 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 1 Operation 0 du... | Solution:
Job 1 Operation 0 on Machine 0 : 0 + 129 -> 129
Job 9 Operation 0 on Machine 1 : 0 + 73 -> 73
Job 16 Operation 0 on Machine 2 : 0 + 75 -> 75
Job 0 Operation 0 on Machine 3 : 0 + 51 -> 51
Job 14 Operation 0 on Machine 4 : 0 + 169 -> 169
Job 6 Operation 0 on Machine 5 : 0 + 333 -> 333
Job 8 Operat... |
7 | 5 | Optimize schedule for 7 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 1 d... | Optimize schedule for 7 Jobs across 5 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 4 Operation 0 dura... | Solution:
Job 4 Operation 0 on Machine 0 : 0 + 2 -> 2
Job 0 Operation 0 on Machine 1 : 0 + 8 -> 8
Job 2 Operation 0 on Machine 3 : 0 + 2 -> 2
Job 5 Operation 0 on Machine 4 : 0 + 7 -> 7
Job 2 Operation 1 on Machine 0 : 2 + 8 -> 10
Job 4 Operation 1 on Machine 2 : 2 + 6 -> 8
Job 3 Operation 0 on Machine 3 ... |
8 | 7 | Optimize schedule for 8 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Job 0 consists of the following Operations:
Operation 0 on Machine 0 d... | Optimize schedule for 8 Jobs across 7 Machines to minimize makespan. Each job involves a series of Operations needing specific machines and times. Operations are processed in order, without interruption, on a single Machine at a time.
Problem:
Machine 0 is used for the following Operations:
Job 0 Operation 0 dura... | Solution:
Job 0 Operation 0 on Machine 0 : 0 + 128 -> 128
Job 5 Operation 0 on Machine 1 : 0 + 10 -> 10
Job 3 Operation 0 on Machine 2 : 0 + 3 -> 3
Job 6 Operation 0 on Machine 5 : 0 + 130 -> 130
Job 2 Operation 0 on Machine 1 : 10 + 139 -> 149
Job 5 Operation 1 on Machine 6 : 10 + 29 -> 39
Job 5 Operatio... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.