Originally posted by: Mambo12345
Hey everybody,
I am using Cplex in matlab and I want to solve a quadratic optimization problem with linear constraints with cplexmiqp. My values of x should be binary.
This is my code, where H is symmetric and all vectors /matrices are of the right size.
[x,fval] = cplexmiqp(H, f, A, b', Aeq, beq', [], [], [], lb, ub,[],[],options)
I always receive this error: CPLEX Error 5002: %s is not convex.
I thought this cplexmiqp is for non convex problems, because in the description is nothing to find about convexitivity.
Can please someone help me?
What does this error mean and how can I fix it ?
Best regards !
#CPLEXOptimizers#DecisionOptimization