-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
57 lines (57 loc) · 1.14 KB
/
db.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
{
"problem": {
"id": "47e2e7f9-1e30-4ebc-8b59-ea82168d2d9e",
"way": "push",
"stations": [
{
"id": "2afcd031-0d3e-4f79-8a58-9202b2577a6f",
"seconds-per-unit": 60,
"limit": null,
"order": 1
},
{
"id": "ddfaa7ed-faec-4e82-8056-613fc7010103",
"seconds-per-unit": 90,
"limit": null,
"order": 2
}
],
"number-of-units": 120,
"cost-per-unit": 10,
"revenue-per-unit": 30
},
"default-problem": {
"id": "5cccd970-2bb4-45bb-81e9-7ca77f4d2960",
"way": "push",
"stations": [
{
"id": "775136dc-7a0d-4870-a5e7-e5904caeeb2b",
"seconds-per-unit": 60,
"limit": null,
"order": 1
},
{
"id": "d810ab24-b6df-4a3b-8a04-0007558ce1b3",
"seconds-per-unit": 90,
"limit": null,
"order": 2
}
],
"number-of-units": 120
},
"value-stream-status": {
"output-number": 8,
"stations": [
{
"order": 1,
"status": "Running",
"stock": 4
},
{
"order": 2,
"status": "Running",
"stock": 8
}
]
}
}