Skip to content
Back to formatted view

Raw Message

Message-ID: <416417FE.5030906@uiuc.edu>
Date: 2004-10-06T16:06:22Z
From: Jianhui Zhou
Subject: quadratically constrained quadratic programming

Hi,

Does anybody have experience to solve an quadratic programming problem 
with quadratic constraints in R?
It seems that the package "quadprog" only handles the quadratic 
programming with linear constraint.  My probelm is to maximze 
x^T\Sigma_{xy} y,
subject to x^Tx=1, y^T\Sigma_{yy} y=1, and sum(y)<t, or sum(y)=t, where 
x and y are the variable, and the Sigma's and t are know.
Can R slove this problem, or do you know any other Fortran or C  
subroutine I can load into R to solve this problem?

Thanks in advance,
Jianhui