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(
1717DocMeta. setdocmeta! (
1818 ModelPredictiveControl,
1919 :DocTestSetup ,
20- :(using ModelPredictiveControl, ControlSystemsBase, JuMP );
20+ :(using ModelPredictiveControl, ControlSystemsBase);
2121 recursive= true
2222)
2323makedocs (
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ModelPredictiveControl.init_quadprog
2424ModelPredictiveControl.init_stochpred
2525ModelPredictiveControl.init_matconstraint_mpc
2626ModelPredictiveControl.init_nonlincon!
27- ModelPredictiveControl.get_optim_functions(::NonLinMPC, ::JuMP .GenericModel)
27+ ModelPredictiveControl.get_optim_functions(::NonLinMPC, ::ModelPredictiveControl .GenericModel)
2828```
2929
3030## Update Quadratic Optimization
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ModelPredictiveControl.relaxX̂
2525ModelPredictiveControl.relaxŴ
2626ModelPredictiveControl.relaxV̂
2727ModelPredictiveControl.init_matconstraint_mhe
28- ModelPredictiveControl.get_optim_functions(::MovingHorizonEstimator, ::JuMP .GenericModel)
28+ ModelPredictiveControl.get_optim_functions(::MovingHorizonEstimator, ::ModelPredictiveControl .GenericModel)
2929```
3030
3131## Update Quadratic Optimization
You can’t perform that action at this time.
0 commit comments