30 #include <agrum/agrum.h> 32 #include <agrum/tools/graphs/graphElements.h> 35 # include <agrum/tools/graphs/graphElements_inl.h> 38 #ifndef DOXYGEN_SHOULD_SKIP_THIS 47 std::ostream& operator<<(std::ostream& stream,
const Edge& edge) {
48 return (stream << edge.first() <<
"--" << edge.second());
53 std::ostream& operator<<(std::ostream& stream,
const Arc& arc) {
54 return (stream << arc.first() <<
"->" << arc.second());
59 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 60 template class gum::HashFunc< gum::NodeSet >;