BALL
1.4.2
|
#include <BALL/DATATYPE/GRAPH/treeWidth.h>
Public Attributes | |
unsigned int | g |
unsigned int | h |
unsigned int | f |
std::vector< Size > | permutation |
a single vertex in the search-tree
Definition at line 347 of file treeWidth.h.
unsigned int BALL::TreeWidthImplementation< EditableGraph >::QuickBB< Lowerbound, Upperbound >::QuickBBState::f |
best lowerbound for this state
Definition at line 362 of file treeWidth.h.
unsigned int BALL::TreeWidthImplementation< EditableGraph >::QuickBB< Lowerbound, Upperbound >::QuickBBState::g |
width of the permutation along the path from the root
Definition at line 352 of file treeWidth.h.
unsigned int BALL::TreeWidthImplementation< EditableGraph >::QuickBB< Lowerbound, Upperbound >::QuickBBState::h |
lowerbound of g
Definition at line 357 of file treeWidth.h.
std::vector<Size> BALL::TreeWidthImplementation< EditableGraph >::QuickBB< Lowerbound, Upperbound >::QuickBBState::permutation |
current elimination order
Definition at line 367 of file treeWidth.h.