|
Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
|
Edge struct to be used as edges in the graph structs. More...
#include "lib/weightedgraph/include/edge.h"
Data Fields | |
| int | v1 |
| The integer of vertex in graph of one end of edge. | |
| int | v2 |
| The integer of vertex in graph of the other end of edge. | |
| double | weight |
| The weight for this particular edge. | |
Edge struct to be used as edges in the graph structs.