lppl  v2.0.0
graph_ir< Ts > Struct Template Reference

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
 

Detailed Description

template<typename... Ts>
struct graph_ir< Ts >

A graph intermediate representation of a causal model.

Template Parameters
TsThe distribution types contained in the probabilistic program

The documentation for this struct was generated from the following file: