SOCP constraints Topic is solved

Problems with modeling
Post Reply
maryam_r
User
User
Posts: 3
Joined: 3 years ago

SOCP constraints

Post by maryam_r »

Hi Dear All,

I have some problem with modeling a SOCP.
how can I code these constraints?
photo5994582084225709133 (1).jpg
Regards.
SapperDoc
User
User
Posts: 13
Joined: 4 years ago

Re: SOCP constraints

Post by SapperDoc »

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
maryam_r
User
User
Posts: 3
Joined: 3 years ago

Re: SOCP constraints

Post by maryam_r »

Thank you very much for your help
Post Reply