Skip to content

Commit 8739705

Browse files
committed
doc: add setconstraint! ref sooner in LinMPC doc.
1 parent 6835d36 commit 8739705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controller/linmpc.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ The controller minimizes the following objective function at each discrete time
109109
+ C ϵ^2
110110
\end{aligned}
111111
```
112-
in which the weight matrices are repeated ``H_p`` or ``H_c`` times by default:
112+
subject to [`setconstraint!`](@ref) bounds, and in which the weight matrices are repeated
113+
``H_p`` or ``H_c`` times by default:
113114
```math
114115
\begin{aligned}
115116
\mathbf{M}_{H_p} &= \text{diag}\mathbf{(M,M,...,M)} \\

0 commit comments

Comments
 (0)