Skip to content

Commit 1cb43e8

Browse files
committed
doc: minor correction
1 parent f0c54b5 commit 1cb43e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controller/construct.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,8 @@ constraints:
781781
\mathbf{A_{U_{max}}}
782782
\end{bmatrix} \mathbf{ΔŨ} ≤
783783
\begin{bmatrix}
784-
- \mathbf{(U_{min}) + T} \mathbf{u}(k-1) \\
785-
+ \mathbf{(U_{max}) - T} \mathbf{u}(k-1)
784+
- \mathbf{U_{min} + T} \mathbf{u}(k-1) \\
785+
+ \mathbf{U_{max} - T} \mathbf{u}(k-1)
786786
\end{bmatrix}
787787
```
788788
in which ``\mathbf{U_{min}}`` and ``\mathbf{U_{max}}`` vectors respectively contains

0 commit comments

Comments
 (0)