![]() |
CMR
1.3.0
|
Public Attributes | |
| DIJKSTRA_STAGE | stage |
| int | predecessor |
| CMR_GRAPH_EDGE | edge |
| int | distance |
| char | sign |
| bool | fixed |
| int NetworkNodeData::distance |
Combinatorial distance to the BFS root.
| CMR_GRAPH_EDGE NetworkNodeData::edge |
Edge connecting to predecessor node.
| bool NetworkNodeData::fixed |
Whether the orientation of this edge is already fixed.
| int NetworkNodeData::predecessor |
Predecessor node.
| char NetworkNodeData::sign |
Sign of this tree edge with respect to current column.
| DIJKSTRA_STAGE NetworkNodeData::stage |
Stage in BFS.