ConicBundle
|
Header declaring the class ConicBundle::ModificationTreeData. More...
Go to the source code of this file.
Classes | |
class | ConicBundle::ModificationTreeData |
Represents a tree node of the tree within MatrixCBSolver that describes the problem with its interacting functions and that allows to collect modifications before executing them on the respective models. More... | |
Namespaces | |
ConicBundle | |
conic bundle method solver for sum of convex functions. See the ConicBundle_Manual for a quick introduction. | |
Typedefs | |
typedef std::map< const FunctionObject *, ModificationTreeData * > | ConicBundle::FunctionMap |
this serves either as searchable storage for nodes on the heap or as an adjacency list of adjacent nodes | |