Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Edge Struct Reference

Public Member Functions

bool operator< (const Edge &other) const
 

Public Attributes

size_t u
 
size_t v
 
double weight
 

Detailed Description

Definition at line 330 of file union_find_example.C.

Member Function Documentation

◆ operator<()

bool Edge::operator< ( const Edge other) const
inline

Definition at line 334 of file union_find_example.C.

References Aleph::maps(), and weight.

Member Data Documentation

◆ u

size_t Edge::u

Definition at line 331 of file union_find_example.C.

◆ v

size_t Edge::v

Definition at line 331 of file union_find_example.C.

◆ weight

double Edge::weight

Definition at line 332 of file union_find_example.C.

Referenced by operator<().


The documentation for this struct was generated from the following file: