Originally posted by: Job_Jonah
Hi,
I am working on a traditional benders decomposition. When I run it on my Windows computer in Cplex c++ API 12.6, it just works fine and master and subproblem converges at the optimal solution very quickly within 200 iterations.
However, when I run the exact same code at Linux operating system with Cplex c++ API 12.6.2 (different version) at my university's high performance computing center, master and subproblem converge very slowly and reach to maximum iteration limit (5000) without reaching to the optimal solution.
When I compile the deterministic version of the benders decomposition algorithm, it again works fine on linux operating system and gives me the optimal solution.
What might cause the convergence problem in linux operating system? Does it happen due to having different version of CPLEX on Linux operating systems or parallel computing?
I really appreciate your help.
Best,
Jonah
#CPLEXOptimizers#DecisionOptimization