You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
There is a typo in the reserves_contingency help file. There is nothing wrong with the actual constraint, but there is a typo in the latex expression explaining the constraint.
The following expression is wrong and does not capture the actual constraint in the code:
\begin{aligned}
&Contingency \geq \Omega^{size}{y,z} \times \alpha^{Contingency,Aux}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
&\alpha^{Contingency,Aux}{y,z} \leq \Delta^{\text{total}}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
&\alpha^{Contingency,Aux}{y,z} \geq M_y \times \Delta^{\text{total}}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
\end{aligned}
The correct expression is:
\begin{aligned}
&Contingency \geq \Omega^{size}{y,z} \times \alpha^{Contingency,Aux}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
&\alpha^{Contingency,Aux}{y,z} \leq \Delta^{\text{total}}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
& \Delta^{\text{total}}{y,z} \leq M_y \times \alpha^{Contingency,Aux}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
\end{aligned}
The same problem exists in Dynamic commitment-based contingency Option 3.
Environment and Version
Windows OS, Julia 1.10.2
Relevant error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Thank you, @mrchamanbaz, for opening this issue. Following your suggestion, we've updated the docstring, and this change will be incorporated into the upcoming release.
Bug description
Hi
There is a typo in the reserves_contingency help file. There is nothing wrong with the actual constraint, but there is a typo in the latex expression explaining the constraint.
The following expression is wrong and does not capture the actual constraint in the code:
\begin{aligned}
&Contingency \geq \Omega^{size}{y,z} \times \alpha^{Contingency,Aux}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
&\alpha^{Contingency,Aux}{y,z} \leq \Delta^{\text{total}}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
&\alpha^{Contingency,Aux}{y,z} \geq M_y \times \Delta^{\text{total}}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
\end{aligned}
The correct expression is:
\begin{aligned}
&Contingency \geq \Omega^{size}{y,z} \times \alpha^{Contingency,Aux}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
&\alpha^{Contingency,Aux}{y,z} \leq \Delta^{\text{total}}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
& \Delta^{\text{total}}{y,z} \leq M_y \times \alpha^{Contingency,Aux}{y,z} & \forall y \in \mathcal{UC}, z \in \mathcal{Z}\
\end{aligned}
The same problem exists in Dynamic commitment-based contingency Option 3.
Environment and Version
Windows OS, Julia 1.10.2
Relevant error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: