NautyGraphs : Table of Contents
-
-
addEdges -- creates a list of graphs obtained by adding one new edge to the given graph in all possible ways
-
-
buildGraphFilter -- creates the appropriate filter string for use with filterGraphs and countGraphs
-
-
countGraphs -- counts the number of graphs in the list with given properties
-
-
-
filterGraphs -- filters (i.e., selects) graphs in a list for given properties
-
-
-
-
-
-
-
graphToString -- converts a graph to a string in the Graph6 format
-
isPlanar -- determines if a given graph is planar
-
-
newEdges -- replaces disjoint pairs of edges by disjoint pairs of two-chains
-
onlyPlanar -- removes non-planar graphs from a list
-
relabelBipartite -- relabels a bipartite graph so all vertices of a given class are contiguous
-
relabelGraph -- applies a vertex invariant based refinement to a graph
-
removeEdges -- creates a list of graphs obtained by removing one edge from the given graph in all possible ways
-
-
-
stringToEdgeIdeal -- converts a Sparse6 or Graph6 String to an edge ideal in the given polynomial ring
-