What is ProxQP?
develProxQP is a numerical optimization approach within ProxSuite designed to solve Quadratic Programming (QP) problems of the form:
$$\min_{x} , \frac{1}{2}x^{T}Hx+g^{T}x$$ $$\text{s.t.} , A x = b$$ $$\text{s.t.} , l \leq C x \leq u$$
Where:
- $x \in \mathbb{R}^n$ is the optimization variable.
- $H \in \mathcal{S}^n_+$ is a positive semidefinite matrix.
- $g \in \mathbb{R}^n$ is a vector.
- $A \in \mathbb{R}^{n_{\text{eq}} \times n}$ is the equality-constraint matrix.
- $C \in \mathbb{R}^{n_{\text{in}} \times n}$ is the inequality-constraint matrix.
- $b, l, u$ are the corresponding constraint vectors.