-
Notifications
You must be signed in to change notification settings - Fork 7
/
example1.json
79 lines (68 loc) · 1.45 KB
/
example1.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
74
75
76
77
78
79
{
"Resources": {
"c1" : {
"max": [49, 23, 15],
"min": [10, 0, 6]
}
},
"Seasons": {
"full": [1, 2, 3]
},
"Interventions": {
"I1": {
"tmax": 1,
"Delta": [3, 3, 2],
"workload": {
"c1": {
"1": { "1": 31},
"2": { "1": 0 },
"3": { "1": 8 }
}
},
"risk": {
"1": {"1": [7, 4, 8]},
"2": {"1": [1, 10, 10]},
"3": {"1": [1, 4, 4]}
}
},
"I2": {
"tmax": 3,
"Delta": [1, 1, 1],
"workload": {
"c1": {
"1": { "1": 14, "2": 0, "3": 0},
"2": { "1": 0, "2": 14, "3": 0},
"3": { "1": 0, "2": 0, "3": 14}
}
},
"risk": {
"1": {"1": [5, 4, 5], "2": [0, 0, 0], "3": [0, 0, 0]},
"2": {"1": [0, 0, 0], "2": [5, 4, 5], "3": [0, 0, 0]},
"3": {"1": [0, 0, 0], "2": [0, 0, 0], "3": [5, 4, 5]}
}
},
"I3": {
"tmax": 2,
"Delta": [1, 1, 2],
"workload": {
"c1": {
"1": { "1": 5, "2": 0},
"2": { "1": 0, "2": 5},
"3": { "1": 0, "2": 0}
}
},
"risk": {
"1": {"1": [4, 8, 2], "2": [0, 0, 0]},
"2": {"1": [0, 0, 0], "2": [3, 8, 1]},
"3": {"1": [0, 0, 0], "2": [0, 0, 0]}
}
}
},
"Exclusions": {
"E1": ["I2", "I3", "full"]
},
"T": 3,
"Scenarios_number": [3, 3, 3],
"Quantile": 0.5,
"Alpha": 0.5
}