Compounds | |
| class | QpGenData |
| class | QpGenDenseLinsys |
| class | QpGenLinsys |
| class | QpGenResiduals |
| class | QpGenSparseLinsys |
| class | QpGenVars |
minimize c' x + ( 1/2 ) x' * Q x ;
subject to A x = b ;
clow <= C x <= cupp ;
xlow <= x <= xupp ;
The general linear equality constraints must have either an upper or lower bound, but need not have both bounds. The variables may have no bounds; an upper bound; a lower bound or both an upper and lower bound.
1.2.18