Originally posted by: gtoptimizer
I run into the error "CPLEX Error 1266: Time limit exceeded in strong branching.", when I make some calls to CPXstrongbranch.
Q1: Is there any way I can modify this time limit? Or will I have to reduce the number of simplex iterations that I pass to CPXstrongbranch?
Q2: Is this limit per call to CPXstrongbranch, or per variable in the list of variable indices passed to CPXstrongbranch?
Thanks!
Elias
#CPLEXOptimizers#DecisionOptimization