Is there a function in GAP/Grape that will return all isomorphism classes of a 
graph with N vertices (i.e. a single element from each class)?

The function GraphIsomorphismRepresentatives 
(http://www.maths.qmul.ac.uk/~leonard/grape/manual/CHAP008.htm#SECT005) looks 
to be a candidate but it seems I may be having to input a very large list to 
get my desired result.

I can see a potential inductive type method where if we know all isomorphism 
classes with k edges in total we only have to consider additional edges added 
to the graphs representing these classes to find the isomorphism classes with 
k+1 edges in total. Has anyone seen anything that has already been coded.

Thanks
_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to