Originally posted by: helene63
Hi,
I'd like to solve a MIP using the Cplex branch & cut and adding lazy constraints. Moreover, I'd like to change some objective function coefficients during the branch & cut in such a way that the new objective function is used only for the LP resolution of the current node and its children.
Is it possible to do such a thing with Cplex? If the answer is yes, what callback function can I use to change the objective function coefficients?
Thanks in advance,
Hélène
#CPLEXOptimizers#DecisionOptimization