Page 1 of 1

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

Posted: Wed Apr 05, 2017 7:58 pm
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!