aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
fastGraph.h File Reference

Builds a graph from a "fast" DOT-like textual description. More...

#include <string_view>
#include <agrum/agrum.h>
#include <agrum/base/graphs/mixedGraph.h>
#include <agrum/base/graphs/fastGraph_tpl.h>
Include dependency graph for fastGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

template<GUM_NodeGraphable GRAPH_TYPE = MixedGraph>
GRAPH_TYPE gum::fastGraph (std::string_view desc)
 Builds a GRAPH_TYPE from a DOT-like textual description.

Detailed Description

Builds a graph from a "fast" DOT-like textual description.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) & Christophe GONZALES(_at_AMU)

Definition in file fastGraph.h.