Closed ngjiayi93 closed 3 years ago
Ramping constraints (specified in segment B9 in pownet_model.py) do not guarantee that ramping limits are not violated between the end of one horizon and the start of the next horizon.
Fixed in v1.3 by introducing a new variable 'ini_mwh' that takes the value of the plant's power at the end of the horizon
Ramping constraints (specified in segment B9 in pownet_model.py) do not guarantee that ramping limits are not violated between the end of one horizon and the start of the next horizon.