IsVertex( gamma, v )
This boolean function returns true if and only if v is vertex of gamma.
true
gap> gamma := JohnsonGraph( 3, 2 );; gap> IsVertex( gamma, 1 ); true gap> IsVertex( gamma, 4 ); false
Previous Up Top NextIndex