Originally posted by: zab.a
Thank you AlexFleischer for your answer,
for the constraint :
I have two issues
1- y[i][j]=1 if (x[i]>x[j]) , "> instesd >=" . but using > gives me error .
2- i want to exptess the following in this constarint
y[i][j]=1 if x[i]>x[j] , where i in range R=1..n, j=i+1..n
i am attaching the code text file
Thanks in Advance
#DecisionOptimization#MathematicalProgramming-General