13#include "pcg_variants.h"
The graph struct containing the pointers to edges and vertices.
Definition: weightedgraph.h:15
void(* update_rule)(graph *, int, double, pcg32_random_t *)
The update_rule function type to which all update rules should adhere.
Definition: update_rules.h:24
update_rule polya_update
The polya update rule leading to polya competition on the graph.
Definition: update_rules.h:33
Define the graph struct and functions relating to it.