Discrete Location Problems
Benchmarks Library
Home Benchmarks Library Automated Warehouse Scheduling Problem
Benchmarks
4 classes of instances with the following properties:
Class 1 - lines loaded unequally (real-life scenario), number of boxes per order meets normal distribution;
Class 2 - lines loaded equally, number of boxes per order meets normal distribution;
Class 3 - lines loaded unequally, an equal number of boxes per order;
Class 4 - lines loaded equally, an equal number of boxes per order.Each class includes 10 instances generated based on real data.
The dimension of the instances is 200 orders.
The number of boxes depends on the class of the instance (about 400 on average).
The boxes are processed in four production lines A, B, E, T.The time interval between the start of the first box from the order at the picking stage
and the end of packing of the last box from the same order cannot exceed the given threshold 6 hours.Automated guided vehicles service all transportation processes between storage and picking zone.
Each AGV can bring one pallet only. The transportation time is 10 minuts and the same for all pallets.
The fleet of AGV’s is 40 and common for all production lines.
Each example contains 5 files: A_boxes_gen, B_boxes_gen, E_boxes_gen, T_boxes_gen, gen_inp_time
The first 4 files have a similar structure and correspond to production lines A, B, E, T.
In each file, string j contains the following information about box j:1) minimal (without delays) picking time (in seconds) of all items for box j
2) packing time (in seconds) of the box j
3) order number of the box j
4) vector of the box j content: i component shows the number of items of type i in this box.The file gen_inp_time is a vector with picking times (in seconds) for all items; the picking time of an item of type i is i component of the vector.
Class 1. Lines loaded unequally (real-life scenario),
number of boxes per order meets normal distribution. (All instances Class 1 200_Class1.zip 136 Kb)
Instance
Input data
Makespan lower bound
The best found value200 - 10 - 1
13500
13529
200 - 11 - 1
13941
13965
200 - 12 - 1
14558
14637
200 - 13 - 1
16403
16439
200 - 14 - 1
14296
14344
200 - 15 - 1
10890
10925
200 - 16 - 1
16253
16345
200 - 17 - 1
13928
13968
200 - 18 - 1
12892
13092
200 - 19 - 1
19877
19914
Class 2. Lines loaded equally, number of boxes per order meets normal distribution. (All instances Class 2 200_Class2.zip 133 Kb)
Instance
Input data
Makespan lower bound
The best found value200 - 10 - 2
13608
15123
200 - 11 - 2
13941
13981
200 - 12 - 2
14558
14611
200 - 13 - 2
16403
16441
200 - 14 - 2
17764
17998
200 - 15 - 2
10890
10937
200 - 16 - 2
16253
16455
200 - 17 - 2
13928
13966
200 - 18 - 2
12892
12924
200 - 19 - 2
19877
19894
Class 3. Lines loaded unequally, an equal number of boxes per order. (All instances Class 3 200_Class3.zip 105 Kb)
Instance
Input data
Makespan lower bound
The best found value200 - 10 - 3
13500
13531
200 - 11 - 3
13941
13968
200 - 12 - 3
14558
14620
200 - 13 - 3
16403
16441
200 - 14 - 3
14296
14343
200 - 15 - 3
10890
10919
200 - 16 - 3
16253
16285
200 - 17 - 3
13928
13963
200 - 18 - 3
12892
12950
200 - 19 - 3
19877
19916
Class 4. Lines loaded equally, an equal number of boxes per order. (All instances Class 4 200_Class4.zip 134 Kb)
Instance
Input data
Makespan lower bound
The best found value200 - 10 - 4
13608
14698
200 - 11 - 4
13941
13964
200 - 12 - 4
14558
14622
200 - 13 - 4
16403
16428
200 - 14 - 4
17764
17934
200 - 15 - 4
10890
10920
200 - 16 - 4
16253
16543
200 - 17 - 4
13928
13956
200 - 18 - 4
12892
12921
200 - 19 - 4
19877
19912
Home Benchmarks Library Automated Warehouse Scheduling Problem