Originally posted by: Farouk HAMMAMI
Hello,
I am trying to solve a quadratic problem using CPLEX.
Observe that $w_b$ is binary and $p_b$ is a positive continuous, hence i started by linearizing the product $p_b w_b$ by adding a new variable $y_b$ however when i try to solve my problem with the following quadratic constraint, i got CPLEX error 5002: 'q1' is not convex.
Moreover $z_{kb}$ is binary and as for the other terms ($\sigma$, $\overline{p_k}$), they are known parameters.
Is there a way to solve my problem????
I want also to mention that when i change inequality sign, the problem gets solved.
#CPLEXOptimizers#DecisionOptimization