Merge branch 'dev' into feature/reserves

This commit is contained in:
2022-06-20 17:17:27 -05:00
27 changed files with 501 additions and 159 deletions

View File

@@ -86,6 +86,7 @@ Base.@kwdef mutable struct UnitCommitmentInstance
reserves::Vector{Reserve}
reserves_by_name::Dict{AbstractString,Reserve}
shortfall_penalty::Vector{Float64}
flexiramp_shortfall_penalty::Vector{Float64}
time::Int
units_by_name::Dict{AbstractString,Unit}
units::Vector{Unit}