34 #endif // GUM_NO_INLINE 41 out <<
"(" << code.
i <<
", " << code.
j <<
", " << code.
l_i <<
", ";
42 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.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
represent a DFS code used by gspan.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Size l_j
The label of the second node in the code.
Size l_i
The label of the first node in the code.