You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -248,5 +256,3 @@ print("Optimal active power output of the generators:")
248
256
for i in range(N_gen):
249
257
print(f"Generator {i}: {P_value[i]}")
250
258
```
251
-
252
-
As shown by the result, the generator with less cost efficient has the highest active power output. The total generation power is also greater than the total demand due to the network loss.
0 commit comments