Originally posted by: kendong
Can we set the Boolean variable as following in C# with cplex:
When the value is between 0.99995 and 1.0 during branching (for example), we treat is as 1 directly. The same as we treat the variable as 0, if the value of it is between 0 and 0.0005.
Thanks so much.
#DecisionOptimization#OPLusingCPLEXOptimizer