File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ Construct an implicit trapezoidal [`TranscriptionMethod`](@ref) with `nh`th orde
7171This is the simplest collocation method. It supports continuous-time [`NonLinModel`](@ref)s
7272only. The decision variables are the same as for [`MultipleShooting`](@ref), hence similar
7373computational costs. The `nh` argument is `0` or `1`, for piecewise constant or linear
74- manipulated inputs ``\m athbf{u}`` (`1` is slightly less computationally expensive).
74+ manipulated inputs ``\m athbf{u}`` (`nh=1` is slightly less expensive). Note that the various
75+ [`DiffSolver`](@ref) assume zero-order hold, so `nh=1` will induce a mismatch if the plant
76+ is simulated using these solvers.
7577
7678This transcription computes the predictions by calling the continuous-time model in the
7779equality constraint function and by using the implicit trapezoidal rule. It can handle
You can’t perform that action at this time.
0 commit comments