Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

QpGen


Compounds

class  QpGenData
class  QpGenDenseLinsys
class  QpGenLinsys
class  QpGenResiduals
class  QpGenSparseLinsys
class  QpGenVars

Detailed Description

OOQP's default general problem formulation:

  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.


Generated on Mon May 24 17:40:47 2004 for OOQP by doxygen1.2.18