Originally posted by: EvolvedMicrobe
Hopefully someone can help answer this! I am running a quadratic programming optimization using CPLEX and it finds the solution with an exit flag of 6, described as:
Solution is available, but not proved optimal, due to numeric difficulties.
I really don't know how to interpret this. Could it mean that there are multiple optimal solution that are all equivalent? I would like to either be able to say that the solution is optimal or very close to what could be optimal (say 99% as good for the objective). Does this flag simply indicate a large number of nearly identical solutions?
Any help is much appreciated.
#CPOptimizer#DecisionOptimization