Originally posted by: Atefeh alizadeh
Hi,
I am trying to add cut at some of the nodes of the branch and bound tree and prune the node. But I realized that at each node Cplex invokes Cut Callback twice if I do not add a cut. However, if I prune that node using a cut, Cplex will explore other nodes for the next iteration.
Is there any way to force Cplex to invoke the cut callback one time at each node?
Thank you in advance.
#CPLEXOptimizers#DecisionOptimization