Page 1 of 1

Error 56

Posted: Wed Jul 17, 2019 5:39 pm
by boloness
Hello Everyone,

I am writing because I have an issue that I just have discovered when I started to implement my model in GAMS.

I would like to solve an MIP Problem using MIP but I have non - linearity occuring because of two binary variables in one equation and an error 56 occurs.
The picture attached presents my equations.

Equation 10a

How do you think I could rewrite the equation 8b so it is being solvable by MIP ?


Thx

Re: Error 56

Posted: Tue Aug 13, 2019 11:28 am
by Fred
Hi,

If PA and W are binary variables, you are basically looking for a way to model the "product of binary variables". If you google for that, you should get lots of helpful results like e.g. http://yetanothermathprogrammingconsult ... ables.html

I hope this helps!

Fred