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

Functor wrapper for heap_preflow_maximum_flow(). More...

#include <tpl_net.H>

Public Member Functions

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

Detailed Description

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

Functor wrapper for heap_preflow_maximum_flow().

Definition at line 1812 of file tpl_net.H.

Member Function Documentation

◆ operator()()

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

Invoke heap_preflow_maximum_flow().

Definition at line 1815 of file tpl_net.H.

References Aleph::heap_preflow_maximum_flow().


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