Skip to content
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

Constraint of SOCP #92

Open
wukong1989 opened this issue Sep 19, 2023 · 0 comments
Open

Constraint of SOCP #92

wukong1989 opened this issue Sep 19, 2023 · 0 comments

Comments

@wukong1989
Copy link

Hi community!

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.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant