Originally posted by: Stidsen
Hi
I have made a specialized Branch-and-Cut algorithm, using Cplex-callbacks (straight
C, not Concert).
My specialized Branch Callback seems really efficient. In the CutCallback I can detect
if a branch will be efficient, and hence I would like to be able
in the Cut-Callback to signal to Cplex: Please perform a branch ?
Does anybody know if this is possible and if yes, how ?
Best Regards Thomas Stidsen
PS: Thanks to Tobias Achterberg and Daniel for quick posts on my previous question ...
#CPLEXOptimizers#DecisionOptimization