![]() |
STAG C++
1.3.0
Spectral Toolkit of Algorithms for Graphs
|
#include <graph.h>
A structure representing a weighted edge in a graph.
Public Attributes | |
stag_int | v1 |
stag_int | v2 |
double | weight |
stag_int stag::edge::v1 |
The first vertex in the edge.
stag_int stag::edge::v2 |
The second vertex in the edge.
double stag::edge::weight |
The weight of the edge.