I am trying to solve a nonconvex-quadratic optimization problem on CPLEX, with setting optimality target to 2. Trying with different data sets I observed that the barrier method stops at the 500th iteration. I checked the settings, it is set to a very large number. Is it a coincidence or should I change any other setting?
I also have convex-quadratic version of the problem, with binary variables. However, CPLEX could not find an improving solution within hours, so I terminated the runs. Any tuning suggestions for this is also appreciated. Note: The problem is a facility layout optimization problem
Thanks in advance.