Hi All,
I just have a very simple cost minimization MIP but seem to run into some feasibility issues for no reason as the same construct/code works fine with any other modeling platform like AIMMS.
demand(d,t)…sum(r,nc(r,d)*X(r))=g=sysdemand(d,t);
r={1,2,3}
d={1,2,3}
nc(r,d) = Integer Variable
sysdemand(d,t)= Demand at some destination nodes. modeled as a table
X(r)= Parameter
This constraint is always infeasibile as the integer variable is set to zero . But when I change the RHS to some fixed number say 500,600, the code works fine. I import the same code and try it in AIMMS, I do not have any in feasibility issues at all. Why is GAMS defaulting the nc(,) variable to zero all the time?.
–
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/groups/opt_out.
\