Skip to content

Commit 6440636

Browse files
committed
debug: idem
1 parent 2309a36 commit 6440636

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/controller/transcription.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,9 +1067,10 @@ function linconstrainteq!(
10671067
return nothing
10681068
end
10691069
"No linear equality constraints for [`InternalModel`](@ref) (state is not augmented)."
1070-
linconstrainteq!(::PredictiveController, ::SimModel, ::InternalModel, ::TranscriptionMethod) = nothing
1070+
linconstrainteq!(::PredictiveController, ::SimModel, ::InternalModel, ::TranscriptionMethod) = nothing
10711071
"No linear equality constraints for [`SingleShooting`(@ref) (N/A).]"
1072-
linconstrainteq!(::PredictiveController, ::SimModel, ::StateEstimator, ::SingleShooting) = nothing
1072+
linconstrainteq!(::PredictiveController, ::SimModel, ::StateEstimator, ::SingleShooting) = nothing
1073+
linconstrainteq!(::PredictiveController, ::SimModel, ::IntenalModel, ::SingleShooting) = nothing
10731074

10741075
@doc raw"""
10751076
set_warmstart!(mpc::PredictiveController, ::SingleShooting, Z̃var) -> Z̃s

0 commit comments

Comments
 (0)