|
#############################################################################
##
## ideals/acting.gd
## Copyright (C) 2013-2022 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
##
# the current idea is use the new setup for regular and inverse semigroups, and
# to use the
DeclareCategory("IsSemigroupIdealData", IsSemigroupData);
DeclareCategory("IsRegularIdealData", IsSemigroupIdealData);
DeclareAttribute("SemigroupIdealData", IsSemigroupIdeal);
DeclareOperation("Enumerate", [IsSemigroupIdealData, IsCyclotomic, IsRecord]);
[ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
]
|