In mathematical programming, one popular problem is the quadratic programming problem \begin{align} &{\rm maximize}~~~1/2x^TQx+c^Tx \\ & {\rm subject to}~~~Ax\leq b, \end{align} where Q and A are real finite-dimensional matrices and x,c, and b are vectors in $\mathbb{R}^n$.
My question is about this problem where Q and A are infinite-dimensional linear operators and x,c, and b are vectors in an arbitrary real Hilbert space H. By a simple net surfing I have found some results on necessary and sufficient conditions of this problem but I do not know how to solve it. In other words I do not know is there any algorithm in infinite-dimensional quadratic programming!
I would be grateful if you could help me.