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

Functor wrapper for min_cut(). More...

#include <tpl_net.H>

Public Member Functions

Net::Flow_Type operator() (Net &net, DynSetTree< typename Net::Node * > &vs, DynSetTree< typename Net::Node * > &vt, DynList< typename Net::Arc * > &cuts, DynList< typename Net::Arc * > &cutt)
 Invoke min_cut().
 

Detailed Description

template<class Net, template< class > class Maxflow = Heap_Preflow_Maximum_Flow>
struct Aleph::Min_Cut< Net, Maxflow >

Functor wrapper for min_cut().

Definition at line 1918 of file tpl_net.H.

Member Function Documentation

◆ operator()()

template<class Net , template< class > class Maxflow = Heap_Preflow_Maximum_Flow>
Net::Flow_Type Aleph::Min_Cut< Net, Maxflow >::operator() ( Net net,
DynSetTree< typename Net::Node * > &  vs,
DynSetTree< typename Net::Node * > &  vt,
DynList< typename Net::Arc * > &  cuts,
DynList< typename Net::Arc * > &  cutt 
)
inline

Invoke min_cut().

Definition at line 1921 of file tpl_net.H.

References Aleph::maps().


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