Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Stoer_Wagner_Min_Cut< GT, Distance, SA >::PQEntry Struct Reference

Public Member Functions

bool operator< (const PQEntry &other) const
 

Public Attributes

size_t node_id
 
Weight priority
 

Detailed Description

template<class GT, class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
struct Aleph::Stoer_Wagner_Min_Cut< GT, Distance, SA >::PQEntry

Definition at line 223 of file Stoer_Wagner.H.

Member Function Documentation

◆ operator<()

template<class GT , class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
bool Aleph::Stoer_Wagner_Min_Cut< GT, Distance, SA >::PQEntry::operator< ( const PQEntry other) const
inline

Member Data Documentation

◆ node_id

template<class GT , class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
size_t Aleph::Stoer_Wagner_Min_Cut< GT, Distance, SA >::PQEntry::node_id

Definition at line 225 of file Stoer_Wagner.H.

◆ priority

template<class GT , class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
Weight Aleph::Stoer_Wagner_Min_Cut< GT, Distance, SA >::PQEntry::priority

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