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

Functor wrapper for fifo_preflow_maximum_flow(). More...

#include <tpl_net.H>

Public Member Functions

Net::Flow_Type operator() (Net &net) const
 Invoke fifo_preflow_maximum_flow().
 

Detailed Description

template<class Net>
struct Aleph::Fifo_Preflow_Maximum_Flow< Net >

Functor wrapper for fifo_preflow_maximum_flow().

Definition at line 1770 of file tpl_net.H.

Member Function Documentation

◆ operator()()

template<class Net >
Net::Flow_Type Aleph::Fifo_Preflow_Maximum_Flow< Net >::operator() ( Net net) const
inline

Invoke fifo_preflow_maximum_flow().

Definition at line 1774 of file tpl_net.H.

References Aleph::fifo_preflow_maximum_flow().


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