Vertices( gamma )
This function returns the vertex set {1,...,<gamma.order>} of the graph gamma.
gap> Vertices( JohnsonGraph( 4, 2 ) ); [ 1 .. 6 ]
Previous Up Top NextIndex