-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.json
150 lines (150 loc) · 4.6 KB
/
results.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"Problem": [
{
"Lower bound": -457.8,
"Name": "unknown",
"Number of binary variables": 12,
"Number of constraints": 18,
"Number of integer variables": 48,
"Number of nonzeros": 48,
"Number of objectives": 1,
"Number of variables": 48,
"Sense": "maximize",
"Upper bound": -457.8
}
],
"Solution": [
{
"number of solutions": 1,
"number of solutions displayed": 1
},
{
"Constraint": "No values",
"Gap": 0.0,
"Message": null,
"Objective": {
"value": {
"Value": 457.79999999999995
}
},
"Problem": {},
"Status": "optimal",
"Variable": {
"x[51,Cold Fusion Grid Pack]": {
"Value": 1.0
},
"x[51,Efficiency Coprocessor]": {
"Value": 1.0
},
"x[51,Flywheel Grid Pack]": {
"Value": 5.0
},
"x[51,Nuclear Reactor Grid Pack]": {
"Value": 1.0
},
"x[51,Power Grid]": {
"Value": 1.0
},
"x[51,Solar Cell Grid Pack]": {
"Value": 1.0
},
"x[52,Cold Fusion Grid Pack]": {
"Value": 2.0
},
"x[52,Efficiency Coprocessor]": {
"Value": 1.0
},
"x[52,Flywheel Grid Pack]": {
"Value": 4.0
},
"x[52,Power Grid]": {
"Value": 1.0
},
"x[52,Power Management System]": {
"Value": 1.0
},
"x[53,Cold Fusion Grid Pack]": {
"Value": 2.0
},
"x[53,Efficiency Coprocessor]": {
"Value": 1.0
},
"x[53,Flywheel Grid Pack]": {
"Value": 4.0
},
"x[53,Power Grid]": {
"Value": 1.0
},
"x[53,Power Management System]": {
"Value": 1.0
},
"x[54,Battery Grid Pack]": {
"Value": 1.0
},
"x[54,Cold Fusion Grid Pack]": {
"Value": 2.0
},
"x[54,Efficiency Coprocessor]": {
"Value": 1.0
},
"x[54,Flywheel Grid Pack]": {
"Value": 5.0
},
"x[54,Power Grid]": {
"Value": 1.0
},
"x[55,Cold Fusion Grid Pack]": {
"Value": 2.0
},
"x[55,Efficiency Coprocessor]": {
"Value": 1.0
},
"x[55,Flywheel Grid Pack]": {
"Value": 4.0
},
"x[55,Power Grid]": {
"Value": 1.0
},
"x[55,Ultracapacitor Grid Pack]": {
"Value": 2.0
},
"x[56,Cold Fusion Grid Pack]": {
"Value": 2.0
},
"x[56,Efficiency Coprocessor]": {
"Value": 1.0
},
"x[56,Flywheel Grid Pack]": {
"Value": 5.0
},
"x[56,Power Grid]": {
"Value": 1.0
},
"x[56,Ultracapacitor Grid Pack]": {
"Value": 1.0
}
}
}
],
"Solver": [
{
"Error rc": 0,
"Statistics": {
"Black box": {
"Number of iterations": 1641371
},
"Branch and bound": {
"Number of bounded subproblems": 1013543,
"Number of created subproblems": 1013543
}
},
"Status": "ok",
"System time": 347.84,
"Termination condition": "optimal",
"Termination message": "Model was solved to optimality (subject to tolerances), and an optimal solution is available.",
"Time": 80.02697730064392,
"User time": -1.0,
"Wallclock time": 79.96
}
]
}