File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ links = InterLinks(
17
17
DocMeta. setdocmeta! (
18
18
ModelPredictiveControl,
19
19
:DocTestSetup ,
20
- :(using ModelPredictiveControl, ControlSystemsBase, JuMP );
20
+ :(using ModelPredictiveControl, ControlSystemsBase);
21
21
recursive= true
22
22
)
23
23
makedocs (
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ModelPredictiveControl.init_quadprog
24
24
ModelPredictiveControl.init_stochpred
25
25
ModelPredictiveControl.init_matconstraint_mpc
26
26
ModelPredictiveControl.init_nonlincon!
27
- ModelPredictiveControl.get_optim_functions(::NonLinMPC, ::JuMP .GenericModel)
27
+ ModelPredictiveControl.get_optim_functions(::NonLinMPC, ::ModelPredictiveControl .GenericModel)
28
28
```
29
29
30
30
## Update Quadratic Optimization
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ModelPredictiveControl.relaxX̂
25
25
ModelPredictiveControl.relaxŴ
26
26
ModelPredictiveControl.relaxV̂
27
27
ModelPredictiveControl.init_matconstraint_mhe
28
- ModelPredictiveControl.get_optim_functions(::MovingHorizonEstimator, ::JuMP .GenericModel)
28
+ ModelPredictiveControl.get_optim_functions(::MovingHorizonEstimator, ::ModelPredictiveControl .GenericModel)
29
29
```
30
30
31
31
## Update Quadratic Optimization
You can’t perform that action at this time.
0 commit comments