Originally posted by: franco.quezada
Hello,
I am implementing generic callback in cplex 12.8/C++, and I am having some trouble to find the right function to generate my customized cuts after cplex cut generation at each node of the branch-and-bound tree.
I would like to know if there exist a similar function as isAfterCutLoop() that I can use in generic callback or if there is any function to get the current node id in the branch-and-bound tree.
Thanks
Franco
#CPLEXOptimizers#DecisionOptimization