added commitment status to thermal

This commit is contained in:
Jun He
2023-04-22 14:02:03 -04:00
parent b71a1c3d5f
commit baf529a15d
5 changed files with 43 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ mutable struct ThermalUnit
initial_power::Union{Float64,Nothing}
startup_categories::Vector{StartupCategory}
reserves::Vector{Reserve}
commitment_status::Vector{Union{Bool,Nothing}}
end
mutable struct TransmissionLine