|
|
@ -20,7 +20,8 @@ Constraints
|
|
|
|
function _add_startup_shutdown_limit_eqs!(
|
|
|
|
function _add_startup_shutdown_limit_eqs!(
|
|
|
|
model::JuMP.Model,
|
|
|
|
model::JuMP.Model,
|
|
|
|
g::Unit,
|
|
|
|
g::Unit,
|
|
|
|
formulation_status_vars::Gar1962.StatusVars)::Nothing
|
|
|
|
formulation_status_vars::Gar1962.StatusVars,
|
|
|
|
|
|
|
|
)::Nothing
|
|
|
|
# TODO: Move upper case constants to model[:instance]
|
|
|
|
# TODO: Move upper case constants to model[:instance]
|
|
|
|
RESERVES_WHEN_START_UP = true
|
|
|
|
RESERVES_WHEN_START_UP = true
|
|
|
|
RESERVES_WHEN_RAMP_UP = true
|
|
|
|
RESERVES_WHEN_RAMP_UP = true
|
|
|
|