![[MONOiD]](monoid.png)
Degree( rel )
Degree returns the degree of the binary relation rel.
gap> Degree( Relation( [ [ 1 ], [ 2, 3 ], [ 2, 3 ] ] ) );
3
The degree of a relation R subseteq {1, ..., n} x {1, ..., n} is defined as n.
Version 2.4 (May 1998)