CMR
1.3.0
|
Graph node for BFS in signing algorithm. More...
Public Attributes | |
int | status |
0: not visited, 1: in queue, 2: processed More... | |
int | predecessorNode |
Node number of predecessor. More... | |
char | predecessorValue |
Value of matrix entry of predecessor. More... | |
char | targetValue |
Entry in current row if a target node, and 0 otherwise. More... | |
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.