![]() |
aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
|
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>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. | |
Builds a graph from a "fast" DOT-like textual description.
Definition in file fastGraph.h.