mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
Remove commented out code
This commit is contained in:
@@ -50,10 +50,7 @@ function _add_reserve_eqs!(model::JuMP.Model)::Nothing
|
|||||||
shortfall_penalty,
|
shortfall_penalty,
|
||||||
model[:reserve_shortfall][t],
|
model[:reserve_shortfall][t],
|
||||||
)
|
)
|
||||||
else
|
|
||||||
# Not added to the model at all
|
|
||||||
#fix(model.vars.reserve_shortfall[t], 0.; force=true)
|
|
||||||
end
|
end
|
||||||
end # loop over time
|
end
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user