Originally posted by: tazingerurl
Hi,
how is it possible to fullfill the following constraint:
(x <= 5 && x > 0) => y == 1;
(x > 5) => y == 2;
Considering the operator x > 0, the program says, that this operator is not available.
Could you give me an alternative way to solve my problem?
Edit: The dvar is a float, so the program says, that (x <= 5 && x != 0) => y == 1; is not possible as well.
King regards
#CPLEXOptimizers#DecisionOptimization