Error 56

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

Error 56

Post 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
Attachments
image.png
Fred
Posts: 372
Joined: 7 years ago

Re: Error 56

Post 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
Post Reply