You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/controller/nonlinmpc.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -880,7 +880,7 @@ for the two respective constraints. Note that `g_oracle` only includes the non-`
880
880
inequality constraints, thus it must be re-constructed if they change. This method is really
881
881
intricate because the oracles are used inside the nonlinear optimization, so they must be
882
882
type-stable and as efficient as possible. All the function outputs and derivatives are
883
-
ached and updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface DifferentiationInterface.value_and_jacobian!).
883
+
cached and updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface DifferentiationInterface.value_and_jacobian!).
884
884
"""
885
885
functionget_nonlincon_oracle(mpc::NonLinMPC, ::JuMP.GenericModel{JNT}) where JNT<:Real
886
886
# ----------- common cache for all functions ----------------------------------------
0 commit comments