63.13 IsVertex

IsVertex( gamma, v )

This boolean function returns true if and only if v is vertex of gamma.

    gap> gamma := JohnsonGraph( 3, 2 );;
    gap> IsVertex( gamma, 1 );
    true
    gap> IsVertex( gamma, 4 );
    false 

Previous Up Top Next
Index

GAP 3.4.4
April 1997