We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eed89eb + 88dacf6 commit 3eebed5Copy full SHA for 3eebed5
src/controller/execute.jl
@@ -457,7 +457,7 @@ function optim_objective!(mpc::PredictiveController{NT}) where {NT<:Real}
457
status = JuMP.termination_status(optim)
458
if iserror(optim)
459
@error(
460
- "MPC terminated without solution: estimation in open-loop "*
+ "MPC terminated without solution: returning last solution shifted "*
461
"(more info in debug log)",
462
status
463
)
0 commit comments