Skip to main content

render_dot

Function render_dot 

Source
pub fn render_dot(model: &FactorGraphModel) -> String
Expand description

Render a FactorGraphModel as a DOT (Graphviz) graph.

The output uses the undirected graph keyword because factor graphs are inherently undirected.