Problem with integer infeasiblity

Problems with modeling
Post Reply
feifan
User
User
Posts: 18
Joined: 5 years ago

Problem with integer infeasiblity

Post by feifan »

Hi, all,

In my model, I have three kinds of decision variables, they are Y_l(n1,n2), X_z(zn), and belta(n1,n2);

When I define these variables as positive continuous variables and fix them as zero (Y_l.fx=0; X_z.fx=0, and belta.fx=0), I got a obvious solution with all variables being zero.

However, when I define these variables as binary variables and also fix them as zero, GAMS return integer infeasibility. This is weird because all variables with zero value must be a feasible solution.

Does anyone know what happened here?

Thank you all in advance.
User avatar
bussieck
Moderator
Moderator
Posts: 1033
Joined: 7 years ago

Re: Problem with integer infeasiblity

Post by bussieck »

I guess this is related to viewtopic.php?f=9&t=10778 and answered there. -Michael
Post Reply