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