File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ function addinfo!(info, mpc::NonLinMPC{NT}) where NT<:Real
593593 catch err
594594 if err isa MOI. GetAttributeNotAllowed{MOI. LagrangeMultiplier}
595595 @warn (
596- " Retrieving optimal Hessian of the Lagrangian is not supported .\n " *
596+ " The optimizer does not support retrieving optimal Hessian of the Lagrangian.\n " *
597597 " Its nonzero coefficients will be random values." , maxlog= 1
598598 )
599599 rand (sum (old_i_g))
@@ -635,7 +635,7 @@ function addinfo!(info, mpc::NonLinMPC{NT}) where NT<:Real
635635 catch err
636636 if err isa MOI. GetAttributeNotAllowed{MOI. LagrangeMultiplier}
637637 @warn (
638- " Retrieving optimal Hessian of the Lagrangian is not supported .\n " *
638+ " The optimizer does not support retrieving optimal Hessian of the Lagrangian.\n " *
639639 " Its nonzero coefficients will be random values." , maxlog= 1
640640 )
641641 rand (con. neq)
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ function addinfo!(
224224 catch err
225225 if err isa MOI. GetAttributeNotAllowed{MOI. LagrangeMultiplier}
226226 @warn (
227- " Retrieving optimal Hessian of the Lagrangian is not supported .\n " *
227+ " The optimizer does not support retrieving optimal Hessian of the Lagrangian.\n " *
228228 " Its nonzero coefficients will be random values." , maxlog= 1
229229 )
230230 rand (sum (old_i_g))
You can’t perform that action at this time.
0 commit comments