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.
setconstraint!
LinMPC
1 parent 6835d36 commit 8739705Copy full SHA for 8739705
src/controller/linmpc.jl
@@ -109,7 +109,8 @@ The controller minimizes the following objective function at each discrete time
109
+ C ϵ^2
110
\end{aligned}
111
```
112
-in which the weight matrices are repeated ``H_p`` or ``H_c`` times by default:
+subject to [`setconstraint!`](@ref) bounds, and in which the weight matrices are repeated
113
+``H_p`` or ``H_c`` times by default:
114
```math
115
\begin{aligned}
116
\mathbf{M}_{H_p} &= \text{diag}\mathbf{(M,M,...,M)} \\
0 commit comments