Originally posted by: tpd1
I would like to make sure I understand settings for branching order:
1: decreasing cost coefficients among the variables
2: increasing bound range among the variables
3:increasing cost per matrix coefficient count among the variables
For setting 1, CPLEX gives higher branching priority to variables with lower reduce cost ?
For setting 2, CPLEX gives higher branching priority to variables with smaller bound range for example 0 <= x1 <= l1, 0<= x2 <= l2, l1<=l2 so x1 get higher priority for branching ?
I am not sure about setting 3, could you guys point me to some reference ?
#CPLEXOptimizers#DecisionOptimization