Ran JuliaFormatter

This commit is contained in:
Aleksandr Kazachkov
2021-07-23 16:36:57 -04:00
parent 9649387561
commit 29614661b9

View File

@@ -18,9 +18,10 @@ Constraints
* `eq_shutdown_limit` * `eq_shutdown_limit`
""" """
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