Originally posted by: GlcBrero
Hi All,
I am using using Cplex Optimization Studio 12.8 to solve a non-convex quadratic programming problem with integer variables.
According to the instructions at this link "https://www.ibm.com/support/knowledgecenter/ru/SSSA5P_12.7.1/ilog.odms.cplex.help/CPLEX/Parameters/topics/OptimalityTarget.html", I know I need to set the optimality target to 3 to avoid Error 5002 (CPXERR_Q_NOT_POS_DEF) . However, if I only consider boolean variables, I can solve the problem with the standard optimality target.
Which algorithm is Cplex using to solve a non-convex quadratic programming problem with boolean variables?
Thank you very much!
Gianluca
#CPLEXOptimizers#DecisionOptimization