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

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...
 

Detailed Description

Graph node for BFS in signing algorithm.

Member Data Documentation

◆ predecessorNode

int GRAPH_NODE::predecessorNode

Node number of predecessor.

◆ predecessorValue

char GRAPH_NODE::predecessorValue

Value of matrix entry of predecessor.

◆ status

int GRAPH_NODE::status

0: not visited, 1: in queue, 2: processed

◆ targetValue

char GRAPH_NODE::targetValue

Entry in current row if a target node, and 0 otherwise.


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