Introduction
Factor graphs are based on mathematical graphs, i. e. a set of nodes and edges.
The graph functionality is provided by networkx. and implemented in
fglib2.graphs.FactorGraph.
Follow the example provided in the jupyter notebook below to get started.
