|
fmcs
v0.2.1
|
A graph intermediate representation of a causal model. More...
#include "graph.hpp"
Public Member Functions | |
| void | clear () |
| template<typename... Others> | |
| bool | operator== (graph_ir< Others... > &other) |
| Checks equaity between two graph_irs. More... | |
| graph_repr_t | structure () |
| returns a human readable representation of the graph structure | |
Public Attributes | |
| std::vector< std::string > | addresses |
| graph_node_map_t< Ts... > | map |
A graph intermediate representation of a causal model.
| Ts | The distribution types contained in the probabilistic program |