Skip to content

Commit 86038c0

Browse files
committed
doc: minor improvements
1 parent de1a19e commit 86038c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/controller/transcription.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ end
783783
model::SimModel, estim::InternalModel, ::TranscriptionMethod, Hp, Hc, _
784784
) -> ES, GS, JS, KS, VS, BS
785785
786-
Return empty matrices for [`InternalModel`](@ref) (state vector is not augmented).
786+
Return empty matrices for [`InternalModel`](@ref) (the state vector is not augmented).
787787
"""
788788
function init_defectmat(
789789
model::SimModel, estim::InternalModel{NT}, transcription::TranscriptionMethod, Hp, Hc, _
@@ -1061,7 +1061,9 @@ function linconstrainteq!(
10611061
JuMP.set_normalized_rhs(linconeq, mpc.con.beq)
10621062
return nothing
10631063
end
1064+
"No linear equality constraints for [`InternalModel`](@ref) (state is not augmented)."
10641065
linconstrainteq!(::PredictiveController, ::SimModel, ::InternalModel, ::TranscriptionMethod) = nothing
1066+
"No linear equality constraints for [`SingleShooting`(@ref) (N/A).]"
10651067
linconstrainteq!(::PredictiveController, ::SimModel, ::StateEstimator, ::SingleShooting) = nothing
10661068

10671069
@doc raw"""

0 commit comments

Comments
 (0)