|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of a circulation problem. More...
#include <net_apps.H>
Public Attributes | |
| bool | feasible {false} |
| Is there a feasible circulation? | |
| Flow_Type | excess_flow {0} |
| Flow needed to satisfy demands. | |
| DynMapTree< void *, Flow_Type > | flow |
| Flow on each edge (arc pointer -> flow) | |
Result of a circulation problem.
Definition at line 86 of file net_apps.H.
| Flow_Type Aleph::CirculationResult< Flow_Type >::excess_flow {0} |
Flow needed to satisfy demands.
Definition at line 89 of file net_apps.H.
Referenced by Aleph::solve_circulation().
Is there a feasible circulation?
Definition at line 88 of file net_apps.H.
Referenced by Aleph::solve_circulation().
| DynMapTree<void*, Flow_Type> Aleph::CirculationResult< Flow_Type >::flow |
Flow on each edge (arc pointer -> flow)
Definition at line 90 of file net_apps.H.
Referenced by Aleph::solve_circulation().