isomorphicQ

GraphISO.isomorphicQ(adj1, adj2)

Returns True if two graphs are isomorphic.

Parameters:adj (1|2) (array or numpy.array) – symmetric adjacency matrices in the form of a dense array of numpy array.
Return type:bool