QCQP
QCQP stands for Quadratically Constrained Quadratic Program, a class of optimization problems in which both the objective and the constraints are quadratic functions of the decision vector x. Formally, the problem can be written as minimize x^T P x + q^T x + r subject to x^T A_i x + b_i^T x + c_i ≤ 0 for i = 1,...,m, where P, A_i are symmetric matrices and q, b_i, r, c_i are vectors and scalars of appropriate dimensions. Equality constraints can also be incorporated by setting the right-hand side to zero.
Convexity plays a central role in QCQPs. If the objective matrix P is positive semidefinite and every
Common solution approaches include SDP relaxations (notably Shor’s relaxation), Lagrangian dual methods, and globalOptimization techniques such
Applications span engineering and science, including control design with quadratic costs and constraints, power systems and