Originally posted by: ng_delft
Currently I use the Python API for Cplex. My decision variables are defined as binary. However solving the problem, Cplex gives non-binary values (0.5, 0.666, 0.333 etc.) for the decision variables and it states that the problem is solved 'optimal'. However a non-binary value for the decision variable should not be possible.
Could you explain me why Cplex gives me a non-binary optimal solution? (instead of telling me that the solution is infeasible)
#CPLEXOptimizers#DecisionOptimization