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 |