Originally posted by: SystemAdmin
Hi,
Is there a way to count the number of times an incumbent solution comes from a Cplex heuristic as opposed to an integer node LP ?
One way I can think of is writing a node callback and checking whether an integer solution (if found) will be set as incumbent ? In this case, is it guaranteed that Cplex will not call its own heuristic to "polish" off or improve the solution ?
Perhaps, I could write a node and incumbent callback and set a global flag to denote integer node LP.
Ideally, I would prefer implementing it solely within a Incumbent callback to avoid calling at each node.
Thanks,
Akshay.
#CPLEXOptimizers#DecisionOptimization