|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Arc filter for residual networks. More...
#include <tpl_netcost.H>
Public Member Functions | |
| Res_Filt (typename Net::Node *) noexcept | |
| Constructor (node parameter ignored). | |
| Res_Filt () noexcept=default | |
| Default constructor. | |
| bool | operator() (typename Net::Arc *a) const noexcept |
| Check if arc has residual capacity. | |
Arc filter for residual networks.
Filters arcs based on residual capacity (cap > flow).
| Net | Network type. |
Definition at line 349 of file tpl_netcost.H.
|
inlinenoexcept |
Constructor (node parameter ignored).
Definition at line 352 of file tpl_netcost.H.
|
defaultnoexcept |
Default constructor.
|
inlinenoexcept |
Check if arc has residual capacity.
| [in] | a | Arc to check. |
Definition at line 362 of file tpl_netcost.H.