Originally posted by: RWunderling
As stated in the reference manual, strong branching requires that you start with "an LP has been solved and that the optimal solution is resident.", i.e. a solution status of CPX_STAT_OPTIMAL (or CPX_STAT_OPTIMAL_INFEAS). Be sure to call CPXdualopt() or CPXprimalopt() to get an optimal solution before you call CPXstrongbranch().
Roland
#CPLEXOptimizers#DecisionOptimization