ConicBundle
|
defines an interface for passing on oracle information to PSCIPBundleBlock More...
#include <PSCIPBundleBlock.hxx>
Public Member Functions | |
virtual const SparseCoeffmatMatrix & | get_opAt ()=0 |
virtual const SparseCoeffmatMatrix & | get_C ()=0 |
virtual const CH_Matrix_Classes::Matrix & | get_bundlevecs ()=0 |
Public Member Functions inherited from ConicBundle::QPModelOracleDataObject | |
virtual | ~QPModelOracleDataObject () |
virtual destructor | |
defines an interface for passing on oracle information to PSCIPBundleBlock
|
pure virtual |
returns the orthonormal columns spanning the bundle subspace
Implemented in ConicBundle::PSCModel::QPPSCOracleData.
|
pure virtual |
returns the block representation of the coefficient matrices (each entry of the map represents a block by a SparseCoeffmatVector).
Implemented in ConicBundle::PSCModel::QPPSCOracleData.
|
pure virtual |
returns the row representation of the coefficient matrices (each entry of the map represents a row by a SparseCoeffmatVector).
Implemented in ConicBundle::PSCModel::QPPSCOracleData.