Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/semigroups/gap/semigroups/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2025 mit Größe 1 kB image not shown  

Quelle  semifp.gd   Sprache: unbekannt

 
#############################################################################
##
##  semigroups/semifp.gd
##  Copyright (C) 2020-2022                                   Luke Elliott
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

DeclareOperation("ElementOfFpSemigroup", [IsFpSemigroup, IsAssocWord]);
DeclareOperation("ElementOfFpMonoid", [IsFpMonoid, IsAssocWord]);
DeclareOperation("ParseRelations", [IsDenseList, IsString]);
DeclareAttribute("UnderlyingCongruence", IsFpSemigroup);
DeclareAttribute("UnderlyingCongruence", IsFpMonoid);
DeclareAttribute("Length", IsFpSemigroup);
DeclareAttribute("Length", IsFpMonoid);

DeclareSynonym("IsSubsemigroupOfFpMonoid",
               IsSemigroup and IsElementOfFpMonoidCollection);

DeclareAttribute("EmbeddingFpMonoid", IsFpSemigroup);

DeclareOperation("ReversedOp", [IsElementOfFpSemigroup]);
DeclareOperation("ReversedOp", [IsElementOfFpMonoid]);

DeclareGlobalFunction("FreeMonoidAndAssignGeneratorVars");
DeclareGlobalFunction("FreeSemigroupAndAssignGeneratorVars");

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]