What is the computional complexity of SOCP problem?

Uncategorized
Jun 3, 2022
Y

If a SOCP problem is loaded by CVX, and the parameters are listed as:

variables:
totally have A scalar variables
, and B (M*N matrix) variable

cone constraints:
C constraints.

So what is the computational complexity of this problem?
Thanks for your attention!

E

You can take a look at

Y
Replying to #2

Very thanks for your reply.
I’ve figured out from it :grinning: