|
BALL
1.4.1
|
Generic lower bound algorithm on graphs. More...
#include <BALL/DATATYPE/GRAPH/treeWidth.h>
Public Member Functions | |
| GeneralLowerBoundAlgorithm () | |
| virtual Size | operator() (UndirectedGraph const &originalGraph) |
Generic lower bound algorithm on graphs.
This class defines a base that can be extended to many different lower bound algorithms that have the same procedure: Find the best vertex by a special criterion, reduce the graph size by one, and repeat these two steps until the graph has only one vertex.
| UndirectedGraph | the graph type |
| Criterion | the criterium which chooses the next vertex |
| Reducer | the reducer which removes a vertex from the graph to reduce it's size |
Definition at line 173 of file treeWidth.h.
| BALL::TreeWidthImplementation< UndirectedGraph >::GeneralLowerBoundAlgorithm< Criterion, Reducer >::GeneralLowerBoundAlgorithm | ( | ) | [inline] |
Definition at line 177 of file treeWidth.h.
| virtual Size BALL::TreeWidthImplementation< UndirectedGraph >::GeneralLowerBoundAlgorithm< Criterion, Reducer >::operator() | ( | UndirectedGraph const & | originalGraph | ) | [virtual] |
1.7.6.1