|
Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
|
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. | |