Originally posted by: IsaMD
Hi!
I am working with a MIP problem and I have problems with the number of infeasible integer variables. For example, the output of CPLEX says:
Node Left Objective IInf Best Integer Best Node ItCnt Gap
3 3 3199.6842 780 3206.6842 22112
But when I get the solution in mybranchcallback it does not have 780 fractional variables! I am interested on get the solution with 780 fractional variables.
Could you please tell me which function i must call to get exactly the solution CPLEX report?
Thanks in advance!
#CPLEXOptimizers#DecisionOptimization