From 82248c3039f9d8d320d0c753a9d9238de6d0e6a2 Mon Sep 17 00:00:00 2001 From: Jacob Schwartz Date: Tue, 24 Oct 2023 17:31:36 -0400 Subject: [PATCH] Remove note about duplication --- src/model/resources/thermal/thermal_commit.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/model/resources/thermal/thermal_commit.jl b/src/model/resources/thermal/thermal_commit.jl index 34e4d3ee0c..ae817ee4b8 100644 --- a/src/model/resources/thermal/thermal_commit.jl +++ b/src/model/resources/thermal/thermal_commit.jl @@ -264,7 +264,6 @@ When modeling frequency regulation and spinning reserves contributions, thermal \end{aligned} ``` -Note there are multiple versions of these constraints in the code in order to avoid creation of unecessary constraints and decision variables for thermal units unable to provide regulation and/or reserves contributions due to input parameters (e.g. ```Reg_Max=0``` and/or ```RSV_Max=0```). """ function thermal_commit_reserves!(EP::Model, inputs::Dict)