Skip to content

Commit 916a432

Browse files
authored
fix error in equation (#1665)
Signed-off-by: Thomas Bouquet <thomas.bouquet@rte-france.com>
1 parent 971d7d1 commit 916a432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/algorithms/castor/linear-problem/ra-usage-limits-filler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $$
9393

9494
$$
9595
\begin{equation}
96-
\forall tso \in \mathcal{TSO}, \forall s \in \mathcal{S}, \sum_{s' \in \mathcal{S}^{considered}(s)} \sum_{\substack{r \in \mathcal{RA}(tso,s') \\ r \text{ is a PST}}} \delta (r,s') \leq nRA^{max}(tso,s)
96+
\forall tso \in \mathcal{TSO}, \forall s \in \mathcal{S}, \sum_{s' \in \mathcal{S}^{considered}(s)} \sum_{r \in \mathcal{RA}(tso,s')} \delta (r,s') \leq nRA^{max}(tso,s)
9797
\end{equation}
9898
$$
9999

0 commit comments

Comments
 (0)