|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Node info for HLPP algorithm. More...
#include <tpl_maxflow.H>
Public Attributes | |
| long | height = 0 |
| Flow_Type | excess {0} |
Node info for HLPP algorithm.
Stores height label and excess flow for O(1) cookie-based access.
Definition at line 1145 of file tpl_maxflow.H.
| Flow_Type Aleph::HLPP_Node_Info< Flow_Type >::excess {0} |
Definition at line 1148 of file tpl_maxflow.H.
| long Aleph::HLPP_Node_Info< Flow_Type >::height = 0 |
Definition at line 1147 of file tpl_maxflow.H.