BALL
1.4.2
|
#include <BALL/DATATYPE/GRAPH/treeWidth.h>
Public Member Functions | |
MinorMinWidthReducer (UndirectedGraph &graph) | |
void | operator() (VertexType &vertex) |
void | contractEdge (VertexType &u, VertexType &v) |
Protected Attributes | |
UndirectedGraph & | graph_ |
Contract the edge of the vertex which fits the MinorMinWidthCriterion with a neighbour with minimum degree
UndirectedGraph | the graph type |
BALL::GRAPH::UnconnectedGraphException | if called on unconnected graphs |
Definition at line 219 of file treeWidth.h.
BALL::TreeWidthImplementation< EditableGraph >::MinorMinWidthReducer::MinorMinWidthReducer | ( | UndirectedGraph & | graph | ) |
void BALL::TreeWidthImplementation< EditableGraph >::MinorMinWidthReducer::contractEdge | ( | VertexType & | u, |
VertexType & | v | ||
) |
void BALL::TreeWidthImplementation< EditableGraph >::MinorMinWidthReducer::operator() | ( | VertexType & | vertex | ) |
|
protected |
Definition at line 228 of file treeWidth.h.