Originally posted by: usertim
Hi, Im solving a MIP using Benders decomposition, using parameter 3 in python (cplex make the master and subproblems). Just for comparing, i used both CPU time and wall clock time (c.parameters.clocktype.set( 1 or 2)), I ended up seeing that CPU time was bigger than wall clock time (Eg. 37s vs 23s). I used up to 8 cores (c.parameters.threads.set(8)) . Is it normal that CPU time > wall clock time ?
Thanks.
Regards
#CPLEXOptimizers#DecisionOptimization