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

Residual arc filter: keep arcs with residual capacity. More...

#include <tpl_net.H>

Public Member Functions

 Res_F (typename Rnet::Node *) noexcept
 
 Res_F () noexcept
 
bool operator() (typename Rnet::Arc *a) const
 

Detailed Description

template<class Rnet>
struct Aleph::Res_F< Rnet >

Residual arc filter: keep arcs with residual capacity.

Definition at line 1421 of file tpl_net.H.

Constructor & Destructor Documentation

◆ Res_F() [1/2]

template<class Rnet >
Aleph::Res_F< Rnet >::Res_F ( typename Rnet::Node *  )
inlinenoexcept

Definition at line 1423 of file tpl_net.H.

◆ Res_F() [2/2]

template<class Rnet >
Aleph::Res_F< Rnet >::Res_F ( )
inlinenoexcept

Definition at line 1424 of file tpl_net.H.

Member Function Documentation

◆ operator()()

template<class Rnet >
bool Aleph::Res_F< Rnet >::operator() ( typename Rnet::Arc *  a) const
inline

Definition at line 1426 of file tpl_net.H.


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