36 #ifndef DOXYGEN_SHOULD_SKIP_THIS 45 std::ostream&
operator<<(std::ostream& stream,
const Edge& edge) {
46 return (stream << edge.first() <<
"--" << edge.second());
51 std::ostream&
operator<<(std::ostream& stream,
const Arc& arc) {
52 return (stream << arc.first() <<
"->" << arc.second());
57 # ifndef GUM_NO_EXTERN_TEMPLATE_CLASS Inlined implementation of directed and undirected edges.
Class template representing hashing function of LpCol.
gum is the global namespace for all aGrUM entities
std::ostream & operator<<(std::ostream &output, const BayesNet< GUM_SCALAR > &bn)
Prints map's DAG in output using the Graphviz-dot format.
some utils for topology : NodeId, Edge, Arc and consorts ...