SOCP constraints

Hi Dear All,

I have some problem with modeling a SOCP.
how can I code these constraints?
photo5994582084225709133 (1).jpg
Regards.

The left-hand side of each constraint shows the two-norm of a vector. See the following link, which will help you transform them. Also, you’ll want to use the sqrt() and power() commands in GAMS. Alternatively, you can square both sides and avoid the sqrt() representation.

https://mathworld.wolfram.com/L2-Norm.html

Thank you very much for your help