Skip to content

Commit 5ac89b4

Browse files
authored
Merge pull request #259 from JuliaControl/franckgaga-patch-1
Update transcription.jl
2 parents 522f443 + 8239778 commit 5ac89b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controller/transcription.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This transcription computes the predictions by calling the augmented discrete-ti
5757
in the equality constraint function recursively over ``H_p``, or by updating the linear
5858
equality constraint vector for [`LinModel`](@ref). It is generally more efficient for large
5959
control horizon ``H_c``, unstable or highly nonlinear models/constraints. Multithreading
60-
with `threads_f` or `threads_h` keyword arguments can be advantageous if ``\mathbf{f}`` or
60+
with `f_threads` or `h_threads` keyword arguments can be advantageous if ``\mathbf{f}`` or
6161
``\mathbf{h}`` in the [`NonLinModel`](@ref) is expensive to evaluate, respectively.
6262
6363
Sparse optimizers like `OSQP` or `Ipopt` and sparse Jacobian computations are recommended
@@ -1469,4 +1469,4 @@ function con_nonlinprogeq!(
14691469
end
14701470

14711471
"No eq. constraints for other cases e.g. [`SingleShooting`](@ref), returns `geq` unchanged."
1472-
con_nonlinprogeq!(geq,_,_,_,::PredictiveController,::SimModel,::TranscriptionMethod,_,_)=geq
1472+
con_nonlinprogeq!(geq,_,_,_,::PredictiveController,::SimModel,::TranscriptionMethod,_,_)=geq

0 commit comments

Comments
 (0)