‣ DigraphOfSubobjects( A, subobjs ) | ( operation ) |
Returns: a digraph
The argument is an object A and a list subobjs of subobjects of A. The output is the reflexive transitive reduction of the poset of all subobjects in subobjs.
‣ DigraphOfSubobjects( A ) | ( operation ) |
Returns: a digraph
The argument is an object A. The output is the reflexive transitive reduction of the poset of all subobjects of A.
‣ Visualize( D ) | ( operation ) |
Returns: nothing
Opens a PDF with the graph of the digraph D of subobjects.
‣ SvgString( digraph ) | ( attribute ) |
generated by GAPDoc2HTML