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
|
The object removeIsomorphs is a method function.