You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I know the optimization is approaching optimality as the log indicates (the optimal value should be 1.0), can I still retrieve a feasible solution or the primal objective value in this case? I tried ``objective_value(model)'' to retrieve the primal objective value, but it is 0.0, not 1.0 (what I want).
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to solve an SDP problem using JuMP+Mosek. The solver terminates with
However, I know the optimization is approaching optimality as the log indicates (the optimal value should be 1.0), can I still retrieve a feasible solution or the primal objective value in this case? I tried ``objective_value(model)'' to retrieve the primal objective value, but it is 0.0, not 1.0 (what I want).
Thank you very much!
The text was updated successfully, but these errors were encountered: