isomorphicQ

GraphISO.isomorphicQ(G1, G2, saveCert1=None, saveCert2=None)

Returns the GI certificates in addition to True if two graphs are isomorphic, False otherwise.

Parameters:G (1|2) (array or numpy.array) – symmetric adjacency matrices in the form of a dense array or numpy array, OR a previously calculated two column GI certificate.
Keyword Arguments:
 saveCert (1|2) (str) – Filename. If provided, the specified GI certificate is exported to a text file.
Returns:both graph certificates, boolean value
Return type:numpy.array(), bool