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

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.
 

Detailed Description

Edge struct to be used as edges in the graph structs.


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