|
############################################################################
##
#W drawdclasses.gd Manuel Delgado <mdelgado@fc.up.pt>
#W Jose Morais <josejoao@fc.up.pt>
##
#H @(#)$Id: drawdclasses.gd,v 0.998 $
##
#Y Copyright (C) 2005, CMUP, Universidade do Porto, Portugal
##
##
#############################################################################
##
#O DotForDrawingDClassOfElement(S,el)
## Produces dot code for visualising the egg-box picture representing the
## D-Class of the element <el> of the transformation semigroup <S>
##
#############################################################################
DeclareGlobalFunction("DotForDrawingDClassOfElement");
#############################################################################
##
#O DotForDrawingDClasses(S)
## Produces dot code for visualising the egg-box pictures representing the
## D-Classes of the semigroup <S>
##
#############################################################################
DeclareGlobalFunction("DotForDrawingDClasses");
[ Dauer der Verarbeitung: 0.22 Sekunden
(vorverarbeitet)
]
|