Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::HLPP_Node_Info< Flow_Type > Struct Template Reference

Node info for HLPP algorithm. More...

#include <tpl_maxflow.H>

Public Attributes

long height = 0
 
Flow_Type excess {0}
 

Detailed Description

template<typename Flow_Type>
struct Aleph::HLPP_Node_Info< Flow_Type >

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.

Member Data Documentation

◆ excess

Definition at line 1148 of file tpl_maxflow.H.

◆ height

Definition at line 1147 of file tpl_maxflow.H.


The documentation for this struct was generated from the following file: