|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| bool | operator< (const Edge &other) const |
Public Attributes | |
| size_t | u |
| size_t | v |
| double | weight |
Definition at line 330 of file union_find_example.C.
Definition at line 334 of file union_find_example.C.
References Aleph::maps(), and weight.
| size_t Edge::u |
Definition at line 331 of file union_find_example.C.
| size_t Edge::v |
Definition at line 331 of file union_find_example.C.
| double Edge::weight |
Definition at line 332 of file union_find_example.C.
Referenced by operator<().