Originally posted by: SystemAdmin
[chicoscience said:]
Hi everybody,
I am having a strange behaviour when using a Heuristic Callback. I have an empty heuristic callback (that does nothing) in my Branch and Cut. If the line:
[i]cplex.use(HeurCallback(env, etc...));[/i]
is uncommented, i solve a test instance by exploring 25 nodes.
However, if it is commented:
//[i]cplex.use(HeurCallback(env, etc...));[/i]
The same instance is solved by exploring 75 nodes. The other parameters are all equal. The only difference is that in one case I am using an empty heuristic callback. Anyone knows why this happens? Shouldn't be the same for both?
The behavior is always the same when using the empty heuristic callback and always the same when not using the empty heuristic calback.
#CPLEXOptimizers#DecisionOptimization