Originally posted by: celia_PhDStu
Hello,
I use the concert technology of CPLEX 12.5 to solve a minimisation problem. In fact, it is a bin packing problem (I want to pack boxes in a container) with several hard constraints. I enclosed the SAV and the LP.
I use CPLEX with its default parameters (dynamic search).
The problem is that for some instances, the optimal values given by CPLEX can be different, depending on the number of threads. I mean, for a set of 12 boxes, CPLEX will return an optimal solution of one container (which is correct) if it is using 4 threads and it will give two containers with 8 threads. I don't understand why the answer is sometimes wrong. Actually, I don't understand why the solutions can even be different. This is the same problem...
I tried changing the parameters: removing the dynamic search for instance, but it doesn't change anything. I also tried removing the parallel mode, but for some other instances, there are still problems. Finally, I tried changing the numerical emphasis, but still it is not enough.
Do you have any ideas to fix that problem?
Thanks in advance.
Regards
#CPLEXOptimizers#DecisionOptimization