Loading [MathJax]/extensions/tex2jax.js
STAG C++  2.0.0
Spectral Toolkit of Algorithms for Graphs
All Classes Files Functions Variables Typedefs Enumerations Pages
stag::edge Struct Reference

#include <graph.h>

Description

A structure representing a weighted edge in a graph.

Public Attributes

StagInt v1
 
StagInt v2
 
StagReal weight
 

Member Data Documentation

◆ v1

StagInt stag::edge::v1

The first vertex in the edge.

◆ v2

StagInt stag::edge::v2

The second vertex in the edge.

◆ weight

StagReal stag::edge::weight

The weight of the edge.