Originally posted by: DanDeBlasio
I have a MIPQCP that I am tying to solve. In the setup I have a couple variables that are equal to the product of another two (i.e A = B*C, or A - B*C = 0)
Its fine until I try to add a constraint on A.
When I add c232 in 3tree-4.lp.bad it says
"CPLEX Error 5002: Q in 'c226' is not positive semi-definite."
but Q is a 0 matrix with 1 "1" entry, and it doesn't throw the error when the constraint on the other constraint isn't there. Any insight into something I may be missing?
#CPLEXOptimizers#DecisionOptimization