Skip to content

Commit ed7e71d

Browse files
committed
doc: add get_optim_functions to internal doc
1 parent 6d45049 commit ed7e71d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ links = InterLinks(
1717
DocMeta.setdocmeta!(
1818
ModelPredictiveControl,
1919
:DocTestSetup,
20-
:(using ModelPredictiveControl, ControlSystemsBase);
20+
:(using ModelPredictiveControl, ControlSystemsBase, JuMP);
2121
recursive=true
2222
)
2323
makedocs(

docs/src/internals/predictive_control.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ModelPredictiveControl.init_quadprog
2424
ModelPredictiveControl.init_stochpred
2525
ModelPredictiveControl.init_matconstraint_mpc
2626
ModelPredictiveControl.init_nonlincon!
27+
ModelPredictiveControl.get_optim_functions(::NonLinMPC, ::JuMP.GenericModel)
2728
```
2829

2930
## Update Quadratic Optimization

docs/src/internals/state_estim.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ModelPredictiveControl.relaxX̂
2525
ModelPredictiveControl.relaxŴ
2626
ModelPredictiveControl.relaxV̂
2727
ModelPredictiveControl.init_matconstraint_mhe
28+
ModelPredictiveControl.get_optim_functions(::MovingHorizonEstimator, ::JuMP.GenericModel)
2829
```
2930

3031
## Update Quadratic Optimization

0 commit comments

Comments
 (0)