Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Weight_Filter< GT > Struct Template Reference

Public Member Functions

 Weight_Filter (int t=5)
 
bool operator() (typename GT::Arc *a) const
 

Public Attributes

int threshold
 

Detailed Description

template<class GT>
struct Weight_Filter< GT >

Definition at line 547 of file karger.cc.

Constructor & Destructor Documentation

◆ Weight_Filter()

template<class GT >
Weight_Filter< GT >::Weight_Filter ( int  t = 5)
inline

Definition at line 551 of file karger.cc.

Member Function Documentation

◆ operator()()

template<class GT >
bool Weight_Filter< GT >::operator() ( typename GT::Arc a) const
inline

Member Data Documentation

◆ threshold

template<class GT >
int Weight_Filter< GT >::threshold

Definition at line 549 of file karger.cc.

Referenced by Weight_Filter< GT >::operator()().


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