How to write a conic constraint in GAMS?

Problems with modeling
Post Reply
bbiswas
User
User
Posts: 16
Joined: 5 years ago

How to write a conic constraint in GAMS?

Post by bbiswas »

Hello,
I need to add a conic constraint in my model. For example, the constraint is ||2A, 2B, C-D||<= C+D. The order of the conic is 2. How to write that in the GAMS language?
Thank you.
Fred
Posts: 372
Joined: 7 years ago

Re: How to write a conic constraint in GAMS?

Post by Fred »

Hi,

There is a section on Conic Programming in the documentation. Maybe that gives you some useful hints.
https://www.gams.com/latest/docs/UG_Lan ... rogramming

I hope this helps!

Fred
Post Reply