Hey,
i am kinda new to AIMMS and have trouble with following expression. Maybe someone could help me with that and tell me how I can implement this in AIMMS (v3.13).
sum[j,(j<>'0') Xojt = 1 for all t whereby 0 is the starting point for index i, which is defined in a set 1 with indizes i, j, p. Any ideas how i can set the i=0 in the constraint and also say that j <> 0 ?
Another constraint is the opposite:
sum[i,(i<>'0') Xiot = 1 for all t whereby 0 is the ending point for index j, which is defined in a set 1 with indizes i, j, p
Thanks in advance for your help in how to implement this. Another questions would be, how to insert the Big M impression as a paramter?