Skip to content
Closed

test #255

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/manual/nonlinmpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ explicilty handle sparsity like the default `OSQP`:
mpc_ms = LinMPC(skf; Hp, Hc, Mwt, Nwt, Cwt=Inf, transcription=MultipleShooting())
mpc_ms = setconstraint!(mpc_ms, umin=[-1.5], umax=[+1.5])
```

s
Superimposing the previous disturbance rejection to the newer one gives almost identical
results:

Expand Down
Loading