|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor wrapper for compute_min_cut(). More...
#include <tpl_kgraph.H>
Public Member Functions | |
| long | operator() (GT &g, DynSetTree< typename GT::Node * > &l, DynSetTree< typename GT::Node * > &r, DynDlist< typename GT::Arc * > &cut) |
Compute a minimum edge cut for g. | |
Functor wrapper for compute_min_cut().
| GT | Graph type (undirected). |
| Max_Flow | Maximum flow functor. |
| SA | Arc filter functor. |
Definition at line 454 of file tpl_kgraph.H.
|
inline |
Compute a minimum edge cut for g.
Definition at line 458 of file tpl_kgraph.H.
References l, and Aleph::maps().