We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de25fcf commit e181a34Copy full SHA for e181a34
src/controller/nonlinmpc.jl
@@ -538,7 +538,7 @@ function init_optimization!(
538
return nothing
539
end
540
541
-set_nonlincon!(::PredictiveController, _ ) = nothing
+set_nonlincon!(::PredictiveController, ::JuMP.GenericModel) = nothing
542
# TODO: cleanup this function, this is super dirty
543
function set_nonlincon_exp(mpc::NonLinMPC, optim::JuMP.GenericModel{JNT}) where JNT<:Real
544
# ========= Test new experimental feature ========================================
0 commit comments