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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
I'm now working on implementation of a optimization which will need SOCP Constraint, as some sort of
||x||_2<=K
Of course, I know we can put as x*x<=K^2, but SOCP should have faster solution in my opinion as it's a classical problem with tons of optimized code on this.
Can anyone help me on how to write correct norm constraint in DOCplex? I have tried square root (**0.5) and it's not working.