mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
Ran JuliaFormatter
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user