Macaulay2 » Documentation
Packages » NautyGraphs :: removeIsomorphs
next | previous | forward | backward | up | index | toc

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.

i1 : G = {"EhEG", graph {{0,1},{1,2},{2,3},{3,4},{4,5},{0,5}}, "DhC", graph {{0,1}}};
i2 : removeIsomorphs G

o2 = {Graph{0 => {1}}, DhC, EhEG}
            1 => {0}

o2 : List

See also

Ways to use removeIsomorphs :

For the programmer

The object removeIsomorphs is a method function.