Originally posted by: devos1
Sorry, I forget to precise that I am coding in java.
I think that ((x1==1) && (x2==1)) => (x3==0) is not equivalent to |x1-x2|-x3<=0.
I miss express my need.
Tell me please, how can I exress/write my constraint ((x1==1) && (x2==1)) => (x3==0) using cplex in a java based-code ?
Your help is very appreciated.
kind regards.
#DecisionOptimization#MathematicalProgramming-General