![]() |
CMR
1.3.0
|
Graph node for BFS in signing algorithm. More...
Public Attributes | |
| int | status |
| 0: not visited, 1: in queue, 2: processed | |
| int | predecessorNode |
| Node number of predecessor. | |
| char | predecessorValue |
| Value of matrix entry of predecessor. | |
| char | targetValue |
| Entry in current row if a target node, and 0 otherwise. | |
Graph node for BFS in signing algorithm.
| int GRAPH_NODE::predecessorNode |
Node number of predecessor.
| char GRAPH_NODE::predecessorValue |
Value of matrix entry of predecessor.
| int GRAPH_NODE::status |
0: not visited, 1: in queue, 2: processed
| char GRAPH_NODE::targetValue |
Entry in current row if a target node, and 0 otherwise.