products/sources/formale Sprachen/GAP/pkg/semigroups/gap/main/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 29.7.2025 mit Größe 1005 B image not shown  

Quelle  orbits.gd   Sprache: unbekannt

 
#############################################################################
##
##  main/orbits.gd
##  Copyright (C) 2013-2022                              James D. Mitchell
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

DeclareOperation("EvaluateWord", [IsMultiplicativeElementCollection, IsList]);
DeclareOperation("EvaluateExtRepObjWord",
                 [IsMultiplicativeElementCollection, IsList]);
DeclareOperation("TraceSchreierTreeOfSCCForward",
                 [IsOrbit, IsPosInt, IsPosInt]);
DeclareOperation("TraceSchreierTreeOfSCCBack",
                 [IsOrbit, IsPosInt, IsPosInt]);
DeclareGlobalFunction("EnumeratePosition");
DeclareGlobalFunction("LookForInOrb");
DeclareGlobalFunction("OrbSCC");
DeclareGlobalFunction("OrbSCCIndex");
DeclareGlobalFunction("OrbSCCLookup");
DeclareGlobalFunction("ReverseSchreierTreeOfSCC");
DeclareGlobalFunction("SchreierTreeOfSCC");

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]