I'm new in the Gams and I try to solve a problem for my term project. Although the code does not give errors, I am not sure of its correctness.
kisit5(i,h,k)$( (ord(i)>=2) and (ord(h)<ord(i)) and (ord(h) < ord(k)) )
In the conditional part, I wanted to write that expression: ∀i=2,...,n and h<i,k.
Is it correct or should I write it in a different form?