Originally posted by: SystemAdmin
[shaon said:]
Hi all,
I use the framework of CPLEX 11.1 to develop my own branch and cut algorithm for the mixed binary integer programming problem. I turn off presolve, and use default strategy "MIP emphasis: balance optimality and feasibility." I have one problem:
In the optimal solution, the values of some binary variables are not 0 or 1, but very close to 0 and 1, e.g., 0.000001 and 0.999997.
Would you please give me some suggestions to figure out this problem?
Thanks.
Shaon
#CPLEXOptimizers#DecisionOptimization