Originally posted by: amindehghanian
Hello,
I implemented a heavy branch-and-cut algorithm by CPLEX callable library. When CPLEX solve an MIP instance, it takes 30 minutes to solve the problem (in the root node), but another time it can take for an hour to solve the same problem. This is a pretty significant difference.
I have not changed the default setting for parallel mode, and I am setting the parameter CPX_PARAM_THREADS to 1. Could you kindly provide the justification for the difference?
Thanks,
#CPLEXOptimizers#DecisionOptimization