-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REDUCTION_CERTIFICATE #725
Comments
I am not sure who did elseif solsta == MSK_SOL_STA_PRIM_ILLPOSED_CER Why do say no solution in one case and certificate in the other. To me it makes zero sense. Both solution statuses are of course still possible. In v9 we removed all the statuses that something with NEAR in them. |
Thank you for the quick reply!
For |
Got the logic now i.e. separate primal and dual statuses. Good solution. |
Btw if you see ill posed then you most likely have nasty model. Not that I cannot exclude a bug, but I would be worried about seeing illposed. |
Indeed, it is nasty by design. This is a model parametrized by some parameter |
It is a hard one. |
We removed it as we thought it was dropped from Mosek (see #575 (comment)) but I often still get it (with Mosek v8), i.e. these lines are executed:
https://github.com/JuliaOpt/MosekTools.jl/blob/d274a8381b6548f5ef25ad249e28884a6a557fed/src/attributes.jl#L494
https://github.com/JuliaOpt/MosekTools.jl/blob/d274a8381b6548f5ef25ad249e28884a6a557fed/src/attributes.jl#L519
and I get an
Undefined
error since it was removed from MOI.@ulfworsoe @erling-d-andersen Was this feature removed in Mosek v9 ?
The text was updated successfully, but these errors were encountered: