Perform the number of internal links of a set of nodes.
[I] = NL_G_InternalLinks(G,V)
Graph.
Vector of nodes.
Number of links.
NL_G_InternalLinks performs the number of links I between the nodes of the set V inside the graph G.
For the set , I=6.
For the set , I=1.