We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749d28e commit 412ae42Copy full SHA for 412ae42
src/estimator/mhe/execute.jl
@@ -225,7 +225,7 @@ initpred!(::MovingHorizonEstimator, ::SimModel) = nothing
225
@doc raw"""
226
linconstraint!(estim::MovingHorizonEstimator, model::LinModel)
227
228
-Set `b` vector for the linear model inequality constraints (``\mathbf{A ΔŨ ≤ b}``) of MHE.
+Set `b` vector for the linear model inequality constraints (``\mathbf{A Z̃ ≤ b}``) of MHE.
229
230
Also init ``\mathbf{F_x̂}`` vector for the state constraints, see [`init_predmat_mhe`](@ref).
231
"""
0 commit comments