Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
Data Fields
graph Struct Reference

The graph struct containing the pointers to edges and vertices. More...

#include <lib/weightedgraph/include/weightedgraph.h>

Data Fields

int n
 The number of vertices in the graph.
 
int m
 The number of edges in the graph.
 
vertex ** vertices
 List of vertex pointers for vertices contained in the graph.
 
edge ** edges
 List of edge pointers for vertices contained in the graph.
 

Detailed Description

The graph struct containing the pointers to edges and vertices.

See also
edge
vertex

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