Originally posted by: oozaltin
Hi all,
I am trying to solve the following model, which I think has a positive semi definite quadratic constraint (q1), but I am getting the error 5002.
Any help is greatly appreciated.
Minimize
obj: -110 x1
Subject To
c1: x1 >= 0.3
c2: x1 <= 1
c3: 0.6 x1 + 0.2 x2 + 0.4 x3 + 0.2 x4 + 0.1 x5 = 1
q1: [ x1 ^2 + x2 ^2 + x3 ^2 + x4 ^2 + x5 ^2 ] = 1
End
#CPLEXOptimizers#DecisionOptimization