File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ function optim_objective!(mpc::PredictiveController{NT}) where {NT<:Real}
524524 @warn (" MPC termination status not OPTIMAL or LOCALLY_SOLVED: keeping " *
525525 " solution anyway" , status)
526526 end
527- @debug JuMP . solution_summary (optim, verbose = true )
527+ @debug getinfo (mpc )
528528 end
529529 if iserror (optim)
530530 mpc. ΔŨ .= ΔŨ0
Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ function optim_objective!(estim::MovingHorizonEstimator{NT}) where NT<:Real
411411 @warn (" MHE termination status not OPTIMAL or LOCALLY_SOLVED: keeping " *
412412 " solution anyway" , status)
413413 end
414- @debug JuMP . solution_summary (optim, verbose = true )
414+ @debug getinfo (estim )
415415 end
416416 if iserror (optim)
417417 estim. Z̃ .= Z̃_0
You can’t perform that action at this time.
0 commit comments