Originally posted by: SystemAdmin
Dear All,
I really need your help regarding a MIQCP in CPLEX. I formulated the problem and then tried to solve it in CPLEX but I am getting the following error:
"CPLEX Error 5002: Q in 'id182' is not positive semi-definite."
Is there any way to deal with this issue. I mean, if the constraints are not positive semi-definite, can we still solve the problem in CPLEX?
I really appreciate your help. If you want me to send the code, I will send it. Here are some of the constraints:
sum (t in Periods) X[t] Y[t]== sum (t in Periods) N[t];* where X[t] is a binary decision variable and Y[t] is an integer decision variable.
#CPLEXOptimizers#DecisionOptimization