Hello everyone!
I have a question for the output of subgraph_isomorphisms, in the manual, it looks like the output is:
A list of vertex sequences, corresponding to all mappings from the first graph to the second.
This is a little confusing to me.
-
suppose the pattern has node 1, node 2, nodes 3, in the every element of output, the first node correspond to node1 in pattern, the second node correspond to node2 in the pattern, and the third node correspond to node3 in pattern, is this correct?
-
I’m also a little confused about the wording of ‘all the mappings’. Suppose there is some subgraph in the bigger graph, has two possible mappings to the pattern, will the element of the output list contains the two mappings?
Thanks so much and please let me know if this is not clear.