read and repair scenario

This commit is contained in:
oyurdakul
2023-03-06 17:07:54 -06:00
parent 481f5a904c
commit ad4a754d63
3 changed files with 11 additions and 10 deletions

View File

@@ -30,9 +30,9 @@ end
mutable struct Unit
name::String
bus::Bus
bus::Bus
max_power::Vector{Float64}
min_power::Vector{Float64}
min_power::Vector{Float64}
must_run::Vector{Bool}
min_power_cost::Vector{Float64}
cost_segments::Vector{CostSegment}