Originally posted by: Bogdan_Tanasa
I have a problem which has quadratic constraints of the form:
sum x_i * y_i <= K
I would like to keep each product x_i * y_i in a different array and to re-write the initial constraint in the form sum z_i <= K where z_i = x_i * y_i;
If I define z_i = x_i * y_i then CPLEX says the Q matrix is not semi-positive definite.
Is there any way to have this products stored in a array without getting the convexity error ?
Thanks,
Bogdan.
#DecisionOptimization#MathematicalProgramming-General