IsRegularGraph( gamma )
This boolean function returns true if and only if the graph gamma is (out)regular.
true
gap> IsRegularGraph( JohnsonGraph(4,2) ); true gap> IsRegularGraph( EdgeOrbitsGraph(Group(()),[[1,2]],2) ); false
Previous Up Top NextIndex