|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor wrapper for flow decomposition. More...
#include <tpl_maxflow.H>
Public Member Functions | |
| FlowDecomposition< Net > | operator() (const Net &net) const |
| Invoke flow decomposition on the given network. | |
Functor wrapper for flow decomposition.
Definition at line 1113 of file tpl_maxflow.H.
|
inline |
Invoke flow decomposition on the given network.
This functor provides a convenient way to call decompose_flow as a function object, useful for passing to algorithms or storing in containers.
| [in] | net | Network with a feasible flow (single source and sink). |
| domain_error | If network is not single source/sink. |
| std::bad_alloc | If memory allocation fails during decomposition. |
Definition at line 1129 of file tpl_maxflow.H.
References Aleph::decompose_flow().