Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine whether two orderless (undirected) hypergraphs are isomorphic
Determine that two hypergraphs are isomorphic:
In[1]:= |
Out[1]= |
Determine that two hypergraphs are not isomorphic:
In[2]:= |
Out[2]= |
Lists of hyperedges that are isomorphic as orderless hypergraphs may not be isomorphic as ordered hypergraphs:
In[3]:= |
Out[3]= |
IsomorphicHypergraphQ also works for standard undirected graphs:
In[4]:= |
Out[4]= |
In this case, it is functionally equivalent to IsomorphicGraphQ:
In[5]:= |
Out[5]= |
Furthermore, IsomorphicHypergraphQ supports isomorphism testing on multihypergraphs (i.e. hypergraphs with multihyperedges):
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License