Originally posted by: Arun2325
I understand that Incumbent callback can be used to reject an integer solution found by Branch and Bound. In my work, for the node whose integer solution is rejected, I need to branch, create two children nodes, add new constraints to the children nodes (similar to adding constraints by using make_branch function in CPLEX branchcallback) and continue the branch and bound procedure. Please suggest if there is a way to do the same.
#CPLEXOptimizers#DecisionOptimization