OrderGraph( gamma )
This function returns the number of vertices (order) of the graph gamma.
gap> OrderGraph( JohnsonGraph( 4, 2 ) ); 6
Previous Up Top NextIndex