How to access the data inside a table and compare it with another set of data??
for example Wij is a table and xj is another set … how will be write an expression for the following equation in gams
Wij < xj
–
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/d/optout.
hi
write :
const(i,j) … w(i,j) =L= x(j);
On Fri, Aug 21, 2015 at 11:24 AM, wrote:
How to access the data inside a table and compare it with another set of data??
for example Wij is a table and xj is another set … how will be write an expression for the following equation in gams
Wij < xj
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/d/optout.
thank you sirr…
On Friday, August 21, 2015 at 12:24:25 PM UTC+5:30, phd140…@iiti.ac.in wrote:
How to access the data inside a table and compare it with another set of data??
for example Wij is a table and xj is another set … how will be write an expression for the following equation in gams
Wij < xj
–
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/d/optout.