Originally posted by: SystemAdmin
[egunes said:]
I am trying to solve a difficult problem, which is quite sensitive to the branching strategy. "Strong branching" behaves well in the beginning but spends too much time later in the tree. Is there a way to switch to some other branching strategy (for example, maximum integer infeasibility) after a certain number of nodes? I tried changing the variable selection parameter from a callback, but it does not seem to work.
#CPLEXOptimizers#DecisionOptimization