hello
i am facing the below difficulty. I have declared a variable positive,
but i also want the same variable to take non zero values. by using
=g= i take the option that might be zero. also, the same variable b is
controlled by a set j, b(j). can anyone help me?
thanks and kind regards,
alice.
\
put the lower limit greater than zero:
b.lo(j) = 1e-10;
where b is your variable
2011/11/2 alice
hello
i am facing the below difficulty. I have declared a variable positive,
but i also want the same variable to take non zero values. by using
=g= i take the option that might be zero. also, the same variable b is
controlled by a set j, b(j). can anyone help me?
thanks and kind regards,
alice.
Edson Valle
edsoncv@gmail.com
–
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.
Hi
I thin if you set an Archimedes epsilon as a lower bound of your variable of interest, it maybe help you:
variable X(i);
X.Lo(i)=Eps;
Best…
On Wed, Nov 2, 2011 at 9:40 PM, alice wrote:
hello
i am facing the below difficulty. I have declared a variable positive,
but i also want the same variable to take non zero values. by using
=g= i take the option that might be zero. also, the same variable b is
controlled by a set j, b(j). can anyone help me?
thanks and kind regards,
alice.
To post to this group, send email to gamsworld@googlegroups.com.
To unsubscribe from this group, send email to gamsworld+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gamsworld?hl=en.