IsNullGraph( gamma )
This boolean function returns true if and only if the graph gamma has
no edges.
See also NullGraph.
    gap> IsNullGraph( CompleteGraph( Group(()), 3 ) );
    false
    gap> IsNullGraph( CompleteGraph( Group(()), 1 ) );
    true 
GAP 3.4.4