Originally posted by: Valentin_J
My bad,
It was a simple fix, you actually can't do a variable times a boolean one.
So you can just check if your boolean is True then the constraint.
Here is an example :
(x[i][j][k]==1) => (u[j][k]>=(u[i][k]+d[i]+t[i][j]))
if x is True imply that u greater than or equal to "blabla"
Have a nice day !
Valentin.
#CPLEXOptimizers#DecisionOptimization