how to write the condition (A or B) and C

Problems with syntax of GAMS
Post Reply
cladelpino
User
User
Posts: 108
Joined: 7 years ago

Re: how to write the condition (A or B) and C

Post by cladelpino »

If you are talking about constraints in the optimization sense (equations + inequations), this is called disjunctive programming, it is kind of a large subtopic of optimization. Some tools:

LogMIP: https://www.gams.com/latest/docs/usergu ... logmip.htm
EMP: https://www.gams.com/latest/docs/usergu ... ograms.htm

or learn to do it yourself ! :) http://www.minlp.org/pdf/GBDEWOGrossmann.pdf

good luck!
Post Reply