63.11 IsGraph

IsGraph( obj )

This boolean function returns true if and only if obj, which can be an object of arbitrary type, is a graph.

    gap> IsGraph( 1 );
    false
    gap> IsGraph( JohnsonGraph( 3, 2 ) );
    true 

Previous Up Top Next
Index

GAP 3.4.4
April 1997