63 for (
const auto item: code.
codes) {
64 if (!first) out <<
", ";
Inline implementation of the DFSCode class.
Reprensent a Depth First Search coding of a graph.
std::vector< EdgeCode * > codes
The vector containing the EdgeCode composing this DFSCode.
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