--
You received this message because you are subscribed to the Google Groups "gamsworld" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+...@googlegroups.com.
To post to this group, send email to gams...@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "gamsworld" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gamsworld/dZXb0wcdlCk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gamsworld+...@googlegroups.com.
Dear Renger,Thanks by your comment. How can i fix the code so :E("ARG", t) =E= M("USA", t)andE("USA", t) =E= M("ARG", t)
Dear Alie and Gabriel
This only works if you either change the equation from EQE(i,t).. to EQE(i,j,t)..
and if there are only two elements in the set i…
Cheers
Renger
You define the equation EQE(i,t) and then you just write
E("ARG", t) =E= M("USA", t)
And
E("USA", t) =E= M("ARG", t)
That’s all