Originally posted by: academician1
In my model there are cont variables such as x,
and there are bin variables A.
A is defined as; if x>=0 A=1
otherwise A=0.
But in the model OPL assigns to a very small value, as x=0.00001, then A=1.
How can I prevent this situation.
#DecisionOptimization#OPLusingCPLEXOptimizer