Originally posted by: SystemAdmin
>
> For example, can the B&B tree size be reduced by first branching on the partial solution?
Off hand, I don't see why it would be reduced. You might reach optimum sooner, and you might not. Ultimately, though, every possible combination of values for the integer variables must be eliminated, either because it is infeasible or because it fails to improve on the best known solution. The sooner you get a good incumbent (preferably the optimum), the sooner you prune nodes based on the latter criterion; but feasible nodes that are not optimal but whose LP bound is better than the optimum will need to be dealt with regardless of the branching strategy.
Paul
Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
#CPLEXOptimizers#DecisionOptimization