Originally posted by: arccos0
Suppose Cplex is solving a MILP (Minimization) model by using traditional branch and cut and the node selection strategy is the default one (Best Bound Search). At this moment, if an arbitrary node splits into two children, say node 1 is non-integer with lower objective value and node 2 is integer with higher objective value. According to the best bound search, will Cplex choose node 1 prior to node 2?
I am wondering because node 2 is a feasible solution, choosing node 2 first will probably upgrade the upper bound and have potential to prune more nodes in the following search.
#CPLEXOptimizers#DecisionOptimization