Hi, I am a beginner in optimization and gurobi.
A few days ago, I read a paper which is written by a Ph.D. candidate, it has a constraint I have never seen before, and I could not realize it.
after simplified:

(1)
in which P and Q are variables, c is a constant.
it's the sum of sqrts, then he transferred (1) into standard SOC

(2)
he realized it with CVX and Gurobi
I am wondering how could he make it?
I spend a few days but failed, once have a problem with sqrt, most of the post use piece-wise linear to approximate, but it so complicated, so how to deal with sum of sqrt in gurobi?