A quadratically constrained quadratic program (QCQP) is an optimization problem in which both the objective function and the constraints are quadratic.
Questions tagged [qcqp]
197 questions
0
votes
1 answer
Linearisation of product of two continuous variable.
I have a quadratic constraint which I want to linearise.
$x_1x_2=0$
where $0\leqslant x_1,x_2\leqslant1$.
What is the best way to do this?
MKC
- 1