next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
NautyGraphs :: removeIsomorphs

removeIsomorphs -- removes all isomorphs from a list of graphs

Synopsis

Description

This method returns the sublist of L giving all non-isomorphic graphs with selection based on which comes first in L. The format of the graph is retained.
G = {"EhEG", graph {{0,1},{1,2},{2,3},{3,4},{4,5},{0,5}}, "DhC", graph {{0,1}}};
removeIsomorphs G

See also

Ways to use removeIsomorphs :