3 #ifndef CONICBUNDLE_CB_CSOLVER_HXX 4 #define CONICBUNDLE_CB_CSOLVER_HXX 43 std::map<void*, ConicBundle::CFunction*>
funmap;
The Full Conic Bundle method solver invoked by ConicBundle::MatrixCBSolver(), it uses a separate cutt...
Definition: MatrixCBSolver.hxx:540
bool no_bundle
if true, swith on the minimal sumbundle version
Definition: CB_CSolver.hxx:42
Header declaring Interface to ConicBundle for language C.
Interface class for implementing the language "C" interface.
Definition: CB_CSolver.hxx:38
Header declaring the classes ConicBundle::CFunction and ConicBundle::CFunctionMinorantExtender.
CB_CSolver(bool no_bundle)
constructor;
ConicBundle::MatrixCBSolver * solver
the actual solver
Definition: CB_CSolver.hxx:44
Header declaring the classes ConicBundle::MatrixCBSolver, ConicBundle::MatrixFunctionOracle, ConicBundle::PrimalMatrix, ConicBundle::MatrixMinorant, ConicBundle::ModifiableOracleObject.
std::map< void *, ConicBundle::CFunction * > funmap
maps to the c functions
Definition: CB_CSolver.hxx:43