Dear AIMMS Community:
I am using BARON solver to solve a continuous non-convex optimization problem. In small cases, I can see that BARON is finding the global optimum and wherever it is verifiable I am verifying that the results are consistent. So I believe my current modeling is correct.
However, for larger problems, although I get a feasible solution, I don’t have any upper bounds (this is a maximization problem). I found this post, and tried problem.BestBound, which gives NA as answer. How can I fix this issue?
Many thanks for your time!