Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/digraphs/gap/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.8.2025 mit Größe 912 B image not shown  

Quelle  orbits.gd   Sprache: unbekannt

 
#############################################################################
##
##  orbits.gd
##  Copyright (C) 2016                                   James D. Mitchell
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##

DeclareGlobalFunction("DIGRAPHS_Orbits");
DeclareGlobalFunction("DIGRAPHS_TraceSchreierVector");
DeclareGlobalFunction("DIGRAPHS_EvaluateWord");
DeclareAttribute("DIGRAPHS_Stabilizers", IsDigraph, "mutable");
DeclareGlobalFunction("DIGRAPHS_AddOrbitToHashMap");

DeclareAttribute("DigraphGroup", IsDigraph);
DeclareAttribute("DigraphOrbits", IsDigraph);
DeclareAttribute("DigraphOrbitReps", IsDigraph);
DeclareOperation("DigraphStabilizer", [IsDigraph, IsPosInt]);
DeclareAttribute("DigraphSchreierVector", IsDigraph);
DeclareAttribute("RepresentativeOutNeighbours", IsDigraph);

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]