Originally posted by: ArmenG
My problem is an optimal scheduling problem. Due to the nature of the problem, as the scheduling horizon increases, the optimal value should not get worsen (i.e., either it should stay unchanged or it should improve). However, that is not the case for my problem. That's why I suspected that CPLEX is not able to find the global optimum and is stuck in a local optimum.
Based on your response, the only thing that I suspect is numerical issues. Is there a reference explaining about numerical issues resulting in non-optimal solution?
#CPLEXOptimizers#DecisionOptimization