Originally posted by: gtoptimizer
Hey all,
Let's say I am running a MIP solve with the default branching strategy, and am using a branching callback function.
If my callback makes calls to CPXstrongbranch, does CPLEX automatically use the strong branching information to update the pseudocosts (as returned by CPXgetcallbackpseudocosts), or are the pseudocosts not affected by the CPXstrongbranch calls?
Thanks!
#CPLEXOptimizers#DecisionOptimization