Originally posted by: osta
Hello everyone,
I am using Cplex 9.0 with Callable Library (C language) and would like to implement a Branch and Bound algorithm that calls Cplex each time there is branching on a variable.
The branching is done thanks to setting variable bounds at each iteration by CPXchgbds. The issue is that, after modifying the upper bound for a given variable and calling Cplex for the next iteration, the same solution is displayed to me as of the previouis iteration.
Is there anything else i shall do besides CPXchgbds?
Thanks in advance
#CPLEXOptimizers#DecisionOptimization