2 #ifndef CONICBUNDLE_QPSOLVEROBJECT_HXX 3 #define CONICBUNDLE_QPSOLVEROBJECT_HXX 62 virtual bool is_DLR()
const =0;
109 virtual void QPclear()=0;
124 virtual bool QPsupports_yfixing()=0;
128 virtual bool QPsupports_updates()=0;
242 virtual bool QPconstrained()
const=0;
251 virtual std::ostream& QPprint_statistics(std::ostream& out,
int printlevel=0)=0;
int Integer
all integer numbers in calculations and indexing are of this type
Definition: matop.hxx:40
abstract interface for a QPSolver
Definition: QPSolverObject.hxx:105
double Real
all real numbers in calculations are of this type
Definition: matop.hxx:50
abstract interface for automatically generating and retrieving the qp blocks with the model data that...
Definition: QPModelDataObject.hxx:298
Matrix class for integral values of type Integer
Definition: indexmat.hxx:195
virtual ~QPSolverParametersObject()
virtual destructor
Matrix class of symmetric matrices with real values of type Real
Definition: symmat.hxx:43
in order to pass parameters to a customized QPSolverObject, derive the parameters from this object; n...
Definition: QPSolverObject.hxx:46
conic bundle method solver for sum of convex functions. See the ConicBundle_Manual for a quick introd...
Definition: CBSolver.hxx:22
base class for uniform use of WARNINGS and ERRORS (at some point in time)
Definition: CBout.hxx:30
Header declaring the class ConicBundle::QPModelDataObject, ConicBundle::QPSumModelDataObject, ConicBundle::QPConeModelDataObject, ConicBundle::QPModelDataPointer.
Matrix class for real values of type Real
Definition: matrix.hxx:74
Collects modifications for the unconstrained Groundset for appending, deleting or reassigning variabl...
Definition: GroundsetModification.hxx:32
QPSolverObject(CBout *cb=0, int cbinc=-1)
default constructor
Definition: QPSolverObject.hxx:112
points to MinorantUseData that may be shared by many and allows computations with Minorants ...
Definition: MinorantPointer.hxx:34
in order to pass a ConicBundle::BundleProxObject, see Quadratic Proximal Terms, to a custzomized QPSo...
Definition: QPSolverObject.hxx:55