dlvhex
2.5.0
|
Public Member Functions | |
DFSVisitor (const ComponentGraph &cg, ComponentSet &comps) | |
DFSVisitor (const DFSVisitor &other) | |
template<typename GraphT > | |
void | discover_vertex (Component comp, const GraphT &) |
Data Fields | |
const ComponentGraph & | cg |
ComponentSet & | comps |
Definition at line 105 of file EvalHeuristicGreedy.cpp.
internalgreedy::DFSVisitor::DFSVisitor | ( | const ComponentGraph & | cg, |
ComponentSet & | comps | ||
) | [inline] |
Definition at line 110 of file EvalHeuristicGreedy.cpp.
internalgreedy::DFSVisitor::DFSVisitor | ( | const DFSVisitor & | other | ) | [inline] |
Definition at line 111 of file EvalHeuristicGreedy.cpp.
void internalgreedy::DFSVisitor::discover_vertex | ( | Component | comp, |
const GraphT & | |||
) | [inline] |
Definition at line 113 of file EvalHeuristicGreedy.cpp.
References comps.
Definition at line 108 of file EvalHeuristicGreedy.cpp.
Definition at line 109 of file EvalHeuristicGreedy.cpp.
Referenced by discover_vertex().