Replies: 1 comment
-
Yes, the projection onto a convex set (cone) is a strictly convex problem and hence always has a (unique) solution.
You should check first if the solution Mosek returns for
Possible alternatives:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are interested to solve the projection onto the SOS (or any other cone) to obtain the constraint violation. In CaSoS this can be easily done for some constraint e.g.
However, if Mosek is used as solver, it frequently runs into numerical issues.
One could "ignore" this by simply setting opts.error_on_fail = 0 what is obviously not recommended.
Also re-writting the problem with linear decision variables and additional SOS constraint might not help here.
This issue needs furhter investigation.
Points to be clarified:
Beta Was this translation helpful? Give feedback.
All reactions