Compute the first ARC of the ARC algorithm.
[M1,M2,N1,N2,A,P1,P2] = NL_R_ARCFirstARC(G,S,H1,H2)
Graph.
Source node.
First Heir.
Second Heir.
Discovery packet storage matrix related to H1.
Discovery packet storage matrix related to H2.
Final node of the sub-ARC generated from H1.
Final node of the sub-ARC generated from H2.
First ARC.
First sub-ARC.
Second sub-ARC.
NL_R_ARCFirstARC computes the first ARC of the ARC algorithm on the graph G emitted from the root node S towards its two Heirs and
.