-
Notifications
You must be signed in to change notification settings - Fork 340
/
example_2_sol.json
73 lines (73 loc) · 1.45 KB
/
example_2_sol.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"code": 0,
"summary": {
"cost": 5461,
"routes": 1,
"unassigned": 0,
"setup": 0,
"service": 0,
"duration": 5461,
"waiting_time": 0,
"priority": 0,
"violations": []
},
"unassigned": [],
"routes": [
{
"vehicle": 0,
"cost": 5461,
"setup": 0,
"service": 0,
"duration": 5461,
"waiting_time": 0,
"priority": 0,
"steps": [
{
"type": "start",
"location_index": 0,
"setup": 0,
"service": 0,
"waiting_time": 0,
"arrival": 0,
"duration": 0,
"violations": []
},
{
"type": "job",
"id": 1414,
"location_index": 1,
"setup": 0,
"service": 0,
"waiting_time": 0,
"job": 1414,
"arrival": 2104,
"duration": 2104,
"violations": []
},
{
"type": "job",
"id": 1515,
"location_index": 2,
"setup": 0,
"service": 0,
"waiting_time": 0,
"job": 1515,
"arrival": 4359,
"duration": 4359,
"violations": []
},
{
"type": "end",
"location_index": 3,
"setup": 0,
"service": 0,
"waiting_time": 0,
"arrival": 5461,
"duration": 5461,
"violations": []
}
],
"violations": []
}
]
}