Originally posted by: OkanDukkanci
Hi everyone,
I'm working on a mixed integer problem. To solve this problem, I divided into two subproblem and I try to solve the first subproblem by using the traditional B&C version of CPLEX.
While solving the first subproblem, I would like to change lower and upper bounds that are found by B&C in order not to prune any nodes that can lead to the optimal solution for the main problem.
So, basically, is there any way to update lower and upper bounds while solving the problem by B&C?
#CPLEXOptimizers#DecisionOptimization