VertexDegree( gamma, v )
This function returns the (out)degree of the vertex v of the graph gamma.
gap> VertexDegree( JohnsonGraph( 3, 2 ), 1 ); 2
Previous Up Top NextIndex