Data sets for linear inequality and equality constrained quadratic optimization.

48 Views Asked by At

I'm trying to find some test problems for an algorithm that is solving the problem below: $$ \begin{array}{ll} \text{minimize} & x^T Q x + px\\ \text{subject to} & Ax + b = 0\\ \text{ } & Dx + e \leq 0\end{array}$$ However, I haven't found anything that exactly fits my case. Are there any datasets for this special optimization problem? I guess there have to be some test problems as the above problem appears in many areas.