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

Public Attributes

DynList< Node * > members
 
size_t id
 
bool merged
 

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 >::SWNode

Definition at line 215 of file Stoer_Wagner.H.

Member Data Documentation

◆ 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 >::SWNode::id

Definition at line 218 of file Stoer_Wagner.H.

◆ members

template<class GT , class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
DynList<Node*> Aleph::Stoer_Wagner_Min_Cut< GT, Distance, SA >::SWNode::members

Definition at line 217 of file Stoer_Wagner.H.

◆ merged

template<class GT , class Distance = Dft_Dist<GT>, class SA = Dft_Show_Arc<GT>>
bool Aleph::Stoer_Wagner_Min_Cut< GT, Distance, SA >::SWNode::merged

Definition at line 219 of file Stoer_Wagner.H.


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