We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c54b5 commit 1cb43e8Copy full SHA for 1cb43e8
src/controller/construct.jl
@@ -781,8 +781,8 @@ constraints:
781
\mathbf{A_{U_{max}}}
782
\end{bmatrix} \mathbf{ΔŨ} ≤
783
\begin{bmatrix}
784
- - \mathbf{(U_{min}) + T} \mathbf{u}(k-1) \\
785
- + \mathbf{(U_{max}) - T} \mathbf{u}(k-1)
+ - \mathbf{U_{min} + T} \mathbf{u}(k-1) \\
+ + \mathbf{U_{max} - T} \mathbf{u}(k-1)
786
\end{bmatrix}
787
```
788
in which ``\mathbf{U_{min}}`` and ``\mathbf{U_{max}}`` vectors respectively contains
0 commit comments