File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1198,7 +1198,7 @@ end
11981198
11991199Augment defect equality constraints with slack variable ϵ if `nϵ == 1`.
12001200
1201- It returns the ``\m athbf{Ẽŝ }`` matrix that appears in the defect equation
1201+ It returns the ``\m athbf{Ẽ_ŝ }`` matrix that appears in the defect equation
12021202``\m athbf{Ŝ = Ẽ_ŝ Z̃ + F_ŝ}`` and the ``\m athbf{A}`` matrix for the equality constraints:
12031203```math
12041204\m athbf{A_ŝ Z̃} = - \m athbf{F_ŝ}
Original file line number Diff line number Diff line change 989989@doc raw """
990990 set_warmstart!(mpc::PredictiveController, ::OrthogonalCollocation, Z̃var) -> Z̃s
991991
992- Set and return the warm-start value of `Z̃var` for other [`OrthogonalCollocation`](@ref).
992+ Set and return the warm-start value of `Z̃var` for [`OrthogonalCollocation`](@ref).
993993
994994It warm-starts the solver at:
995995```math
You can’t perform that action at this time.
0 commit comments