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