Originally posted by: SuneGadegaard
Hi,
I was wondering if it is possible, in some way or another, to change the bounds on a constraint locally during branch-and-cut. At the moment I just add another constraint, in a branch callback, with identical left hand side and a changed RHS. I imagine that CPLEX is quite efficient in detecting that it is essentially the same constraint with a new RHS and will therefore just drop redundant constraints.
But, how do I simply change the rhs in a callback such that the change is only effective in subsequent child nodes?
I am using c++ and the concert technology library.
Regards Sune
#CPLEXOptimizers#DecisionOptimization