Originally posted by: GMB7_Wang_Kefeng
Thank you. If the constraint is form like 1 and 2 in the following, how to add the condition i!=j then?
1. forall(j in C)
sum(i in N1)
z[i][j]-
sum(i in N2)
z[j][i]==deliverydemand[j];
2. forall(h in C, k in V)
sum(i in N1)
x[i][h][k]==
sum(j in N2)
x[h][j][k];
#DecisionOptimization#OPLusingCPLEXOptimizer