Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Enumerate the graph minors of a graph
ResourceFunction["GraphMinors"][g] gives a list of the graph minors of the graph g. |
Find the minors of a simple graph:
In[1]:= |
Out[1]= |
Minors of the octahedral graph:
In[2]:= |
Out[2]= |
Demonstrate the Kuratowski reduction theorem on the 16-cell graph:
In[3]:= |
Out[3]= |
In[4]:= |
Out[4]= |
The pentatope graph is one of the graph minors:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License