ConicBundle
List of all members
ConicBundle::FunctionObject Class Reference

basic function object (abstract class). It serves for using the same interface on distinct oracle types, but is not yet needed in the standard C++ interface. More...

#include <CBSolver.hxx>

Inheritance diagram for ConicBundle::FunctionObject:
ConicBundle::AffineFunctionTransformation ConicBundle::FunctionOracle ConicBundle::ModifiableOracleObject ConicBundle::BoxOracle ConicBundle::MatrixFunctionOracle ConicBundle::PSCOracle ConicBundle::SOCOracle ConicBundle::CFunction ConicBundle::NNCBoxSupportFunction ConicBundle::PSCAffineFunction ConicBundle::SOCSupportFunction

Detailed Description

basic function object (abstract class). It serves for using the same interface on distinct oracle types, but is not yet needed in the standard C++ interface.

Besides the standard ConicBundle::FunctionOracle the interface only accepts a number of prespecified derivations of this class that come along with the CH_Matrix_Classes interface (e.g. for semidefinite and second order cones).


The documentation for this class was generated from the following file: