Public Attributes | |
Node * | pred |
Predecessor in the tree. | |
uint32_t | depth |
Depth from root (Always node0). | |
Node * | thread |
Next according to the preorder. | |
bool | inbound |
Is the arc pointing to me or away. | |
int32_t | flow |
Flow for the current solution. | |
int32_t | potential |
Node potential for spanning tree solution. |
|
Depth from root (Always node0).
|
|
Flow for the current solution.
|
|
Is the arc pointing to me or away.
|
|
Node potential for spanning tree solution.
|
|
Predecessor in the tree.
|
|
Next according to the preorder.
|