Originally posted by: SongYang
Dear all,
I have two variables, one is boolean,say a; the other one is int, say b.
Now I have a question which is
I want to define the relationship between a and b in the constraint, when b is bigger than 0 ,a is true; otherwise, a is false.
How can I do that?
Thanks in advance
#CPLEXOptimizers#DecisionOptimization