Skip to content

Commit 3b9843c

Browse files
committed
Merge branch 'colloc_lin_defect' into ms_lin_defect
2 parents 48587bd + c970f13 commit 3b9843c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/controller/transcription.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,10 +1060,8 @@ function linconstrainteq!(
10601060
JuMP.set_normalized_rhs(linconeq, mpc.con.beq)
10611061
return nothing
10621062
end
1063-
"Do nothing for [`InternalModel`](@ref) (state is not augmented)."
10641063
linconstrainteq!(::PredictiveController, ::SimModel, ::InternalModel, ::TranscriptionMethod) = nothing
1065-
"Do nothing for [`SingleShooting`](@ref) (N/A)."
1066-
linconstrainteq!(::PredictiveController, ::SimModel, ::StateEstimator, ::SingleShooting) = nothing
1064+
linconstrainteq!(::PredictiveController, ::SimModel, ::StateEstimator, ::TranscriptionMethod) = nothing
10671065

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

0 commit comments

Comments
 (0)