Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/estimator/mhe/transcription.jl
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ The linear and nonlinear inequality constraints are respectively defined as:
The argument `nc` is the number of custom nonlinear inequality constraints in
``\mathbf{g_c}``. `i_b` is a `BitVector` including the indices of ``\mathbf{b}`` that are
finite numbers. `i_g` is a similar vector but for the indices of ``\mathbf{g}``. The method
also returns the `\mathbf{A, A_{eq}}`` matrices and `neq` if `args` is provided. In such a
also returns the ``\mathbf{A, A_{eq}}`` matrices and `neq` if `args` is provided. In such a
case, `args` needs to contain all the inequality and equality constraint matrices:
`A_x̂min, A_x̂max, A_X̂min, A_X̂max, A_Ŵmin, A_Ŵmax, A_V̂min, A_V̂max, Aeq`. The integer `neq` is
the number of nonlinear equality constraints in ``\mathbf{g_{eq}}``.
Expand Down