What's wrong with this statement?

EQ(k,t,m)… -P(k,t,m)+sum(tt $(tt gt t) ,PP(k,tt,m))=G=0 ;

(tt is an alias of t. )


135 Incompatible operands for relational operator
148 Dimension different - The symbol is referenced with more/less
indices as declared
257 Solve statement not checked because of previous errors


1108 EQ(k,t,m)… -P(k,t,m)+sum(tt $(tt gt t) ,PP(k,tt,m))=G=0 ;
**** $148,135,148,135


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.

Try this

EQ(k,t,m)… -P(k,t,m)+sum(tt $(ord(tt) GT ORD(t)) ,PP(k,tt,m))=G=0 ;

also check what do you want to use GT or GE, read it through manual or from help

Regards,
Owais Nooruddin

+358465700556

2015-07-23 12:01 GMT+03:00 RL :



EQ(k,t,m)… -P(k,t,m)+sum(tt $(tt gt t) ,PP(k,tt,m))=G=0 ;

(tt is an alias of t. )


135 Incompatible operands for relational operator
148 Dimension different - The symbol is referenced with more/less
indices as declared
257 Solve statement not checked because of previous errors


1108 EQ(k,t,m)… -P(k,t,m)+sum(tt $(tt gt t) ,PP(k,tt,m))=G=0 ;
**** $148,135,148,135


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.

\

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.