47#ifndef GUM_FAST_GRAPH_H
48#define GUM_FAST_GRAPH_H
90 template < GUM_NodeGraphable GRAPH_TYPE = MixedGraph >
91 GRAPH_TYPE
fastGraph(std::string_view desc);
Base classes for mixed directed/undirected graphs.
gum is the global namespace for all aGrUM entities
GRAPH_TYPE fastGraph(std::string_view desc)
Builds a GRAPH_TYPE from a DOT-like textual description.