Originally posted by: SystemAdmin
[florian_dynasys said:]
Hi.
Can you give some more context? Are you using the Cplex 11 parallel mode? If it's true, have a look to the ParallelMode parameter (opportunistic = not deterministic).
Values
-1 CPX_PARALLEL_OPPORTUNISTIC Opportunistic Enable opportunistic parallel search mode
0 CPX_PARALLEL_AUTO AutoParallel Automatic: let CPLEX decide whether to invoke deterministic or opportunistic search, depending on the threads parameter; default
1 CPX_PARALLEL_DETERMINISTIC Deterministic Enable deterministic parallel search mode
I also think to a time limit.
Florian
#CPLEXOptimizers#DecisionOptimization