CMR  1.3.0
Public Attributes | List of all members
NetworkNodeData Struct Reference

Public Attributes

DIJKSTRA_STAGE stage
 
int predecessor
 
CMR_GRAPH_EDGE edge
 
int distance
 
char sign
 
bool fixed
 

Member Data Documentation

◆ distance

int NetworkNodeData::distance

Combinatorial distance to the BFS root.

◆ edge

CMR_GRAPH_EDGE NetworkNodeData::edge

Edge connecting to predecessor node.

◆ fixed

bool NetworkNodeData::fixed

Whether the orientation of this edge is already fixed.

◆ predecessor

int NetworkNodeData::predecessor

Predecessor node.

◆ sign

char NetworkNodeData::sign

Sign of this tree edge with respect to current column.

◆ stage

DIJKSTRA_STAGE NetworkNodeData::stage

Stage in BFS.


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