|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor wrapper for maximum flow minimum cost algorithm. More...
#include <tpl_netcost.H>
Public Member Functions | |
| std::tuple< size_t, double > | operator() (Net &net, const double it_factor=0.4, const size_t step=10) |
| Execute the algorithm. | |
Functor wrapper for maximum flow minimum cost algorithm.
Provides a callable object interface to the cycle-canceling algorithm.
| Net | Network type. |
| Max_Flow_Algo | Maximum flow algorithm template. |
Definition at line 734 of file tpl_netcost.H.
|
inline |
Execute the algorithm.
| [in,out] | net | Network to process. |
| [in] | it_factor | Initial iteration factor (default: 0.4). |
| [in] | step | Step increment (default: 10). |
Definition at line 743 of file tpl_netcost.H.
References Aleph::maps().