The Original CHomP Software
|
An edge with a weight (used by the Edmonds algorithm). More...
Public Attributes | |
int_t | vert1 |
The starting and ending vertices of the edge. More... | |
int_t | vert2 |
wType | weight |
The weight of the edge. More... | |
Friends | |
bool | operator< (const edgeTriple &x, const edgeTriple &y) |
The < operator for comparing the weights of edges. More... | |
An edge with a weight (used by the Edmonds algorithm).
|
friend |
The < operator for comparing the weights of edges.
int_t chomp::homology::diGraph< wType >::edgeTriple::vert1 |
int_t chomp::homology::diGraph< wType >::edgeTriple::vert2 |
wType chomp::homology::diGraph< wType >::edgeTriple::weight |