63.16 VertexDegree

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 Next
Index

GAP 3.4.4
April 1997