IsEdge( gamma, e )
This boolean function returns true if and only if e is an edge of gamma.
true
gap> IsEdge( JohnsonGraph( 4, 2 ), [ 1, 2 ] ); true gap> IsEdge( JohnsonGraph( 4, 2 ), [ 1, 6 ] ); false
Previous Up Top NextIndex