Determine whether graphs 'g' anf 'q 'are graph isomorphic.
Determine whether graphs 'g' anf 'q 'are graph isomorphic. This is done by (1) checking that 'g' and 'q' have the same number of vertices and (2) 'q' has at least one subgraph isomorphic match in 'g'.
The
GraphIso
class determines whether two labelled directed graphs are Graph Isomorphic.