60 out <<
"(" << code.
i <<
", " << code.
j <<
", " << code.
l_i <<
", ";
61 out << code.
l_ij <<
", " << code.
l_j <<
")";
Headers of the EdgeCode class.
Inline implementation of the EdgeCode class.
std::ostream & operator<<(std::ostream &out, const DFSCode &code)
Print code in out.
namespace for all probabilistic relational models entities
gum is the global namespace for all aGrUM entities
represent a DFS code used by gspan.
Size l_i
The label of the first node in the code.
NodeId i
The DFS subscript of the first node in the code.
Size l_ij
The label of the edge in the code.
NodeId j
The DFS subscript of the second node in the code.
Size l_j
The label of the second node in the code.