Rename formulation structs

This commit is contained in:
2021-05-30 21:45:54 -05:00
parent 7db8d723f7
commit 67cef8b5cd
18 changed files with 62 additions and 69 deletions

View File

@@ -5,7 +5,7 @@
function _add_ramp_eqs!(
model::JuMP.Model,
g::Unit,
formulation::_MorLatRam13,
formulation::MorLatRam13,
)::Nothing
# TODO: Move upper case constants to model[:instance]
RESERVES_WHEN_START_UP = true

View File

@@ -9,4 +9,4 @@ Formulation described in:
MILP formulation for the thermal unit commitment problem. IEEE Transactions
on Power Systems, 28(4), 4897-4908.
"""
mutable struct _MorLatRam13 <: _RampingFormulation end
struct MorLatRam13 <: RampingFormulation end