Originally posted by: Manos88
Hello!
I'm solving a minimization problem and in my objective function I need to multiply two decision variables. So I have a quadratic expression:
quad.addTerm(1 , price[i][j], y[i][j]).
When I run this I get an error: 5002: Q in 'q1' is not positive semi-definite.
The decision variables are >=0 and the arrays have the same size. Why does this error appear?
Thanks
#CPLEXOptimizers#DecisionOptimization