#include <ProblemFormulation.h>
Inheritance diagram for ProblemFormulation:
Public Methods | |
virtual Residuals * | makeResiduals (Data *prob_in)=0 |
virtual LinearSystem * | makeLinsys (Data *prob_in)=0 |
virtual Variables * | makeVariables (Data *prob_in)=0 |
|
creates the LinearSystem class for the relevant formulation Implemented in QpBoundDense. |
|
create the Residuals class for the relevant formulation |
|
creates the Variables class for the relevant formulation |