The variable X is with the index domain i, while the variable Y is with the index domain j. The number of element in j is twice that of i, which means J = 2*I when seeing these two index as number.
Now I want to write a constraint:
X(i) <= Y(2*i)
How can I do this in AIMMS?