Add reserve shortfall penalty

This commit is contained in:
Aleksandr Kazachkov
2021-07-23 11:23:16 -05:00
committed by Alinson S. Xavier
parent 7a1b6f0f55
commit 000215e991
10 changed files with 56 additions and 21 deletions

View File

@@ -72,6 +72,8 @@ end
mutable struct UnitCommitmentInstance
time::Int
power_balance_penalty::Vector{Float64}
"Penalty for failing to meet reserve requirement."
shortfall_penalty::Vector{Float64}
units::Vector{Unit}
buses::Vector{Bus}
lines::Vector{TransmissionLine}