|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor wrapper for edge_connectivity(). More...
#include <tpl_kgraph.H>
Public Member Functions | |
| long | operator() (GT &g) |
Compute edge connectivity of g. | |
Functor wrapper for edge_connectivity().
| GT | Graph type (undirected). |
| Max_Flow | Maximum flow functor. |
Definition at line 209 of file tpl_kgraph.H.
|
inline |
Compute edge connectivity of g.
| [in,out] | g | Graph to analyze. |
g. | std::domain_error | If g is a digraph. |
| std::bad_alloc | If there is not enough memory. |
Definition at line 219 of file tpl_kgraph.H.
References Aleph::maps().