An edge with a weight (used by the Edmonds algorithm).
More...
List of all members.
Detailed Description
template<class wType = int>
struct chomp::homology::diGraph< wType >::edgeTriple
An edge with a weight (used by the Edmonds algorithm).
Definition at line 479 of file digraph.h.
Friends And Related Function Documentation
template<class wType = int>
The < operator for comparing the weights of edges.
Definition at line 489 of file digraph.h.
Member Data Documentation
template<class wType = int>
The starting and ending vertices of the edge.
Definition at line 482 of file digraph.h.
template<class wType = int>
template<class wType = int>
The weight of the edge.
Definition at line 486 of file digraph.h.
The documentation for this struct was generated from the following file: