I want to solve a MIP using CPLEX, however, need to change the pruning strategy for branch and bound steps. The idea is as follows:
Once the branch and bound find any feasible integer solution, I want to perform some mathematical operation on that solution. and the pruning decisions of other branches will be based on the modified solution and not the original feasible solution.
Is there any way to access/alter the branch and bound pruning strategies of CPLEX? You can also recommend any other MIP solvers in which this can be done.