#include "CBSolver.hxx"
#include "matrix.hxx"
Go to the source code of this file.
Namespaces | |
namespace | ConicBundle |
Classes | |
class | ConicBundle::PrimalMatrix |
If in Lagrangean relaxation primal solutions are in the form of a real vector or, more generally a matrix, then an approximate primal solution can be generated by supplying primal information of this form for each epsilon subgradient within ConicBundle::MatrixFunctionOracle::evaluate(). More... | |
class | ConicBundle::MatrixFunctionOracle |
Oracle interface (abstract class). For each of your functions, provide an instance of a derived class. More... | |
class | ConicBundle::MatrixCBSolver |
Bundle method solver. More... |