Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/anupq/examples/   (GAP Algebra Version 4.15.1©)  Datei vom 28.7.2025 mit Größe 2 kB image not shown  

Quelle  3gp-PG-x-i   Sprache: unbekannt

 
#Example"3gp-PG-x-i" . . . based on example from Werner
#Iterated descendants example
#vars: F, procId;
#options: OutputLevel
F := FreeGroup("a""b");
procId := PqStart(F : Prime := 3);
#comment: set a different print level by supplying <OutputLevel>
PqPcPresentation(procId : ClassBound := 1
#sub <OutputLevel> for <1if set and ok
                          OutputLevel := 1);;
PqComputePCover(procId);;
PqPGSupplyAutomorphisms(procId, [ [[1,1],
                                   [0,1]],

                                  [[0,1],
                                   [1,0]] ]);;
PqPGExtendAutomorphisms(procId);;
PqPGConstructDescendants(procId : ClassBound := 2,
                                  CapableDescendants,
                                  BasicAlgorithm);
PqPGSetDescendantToPcp(procId, 25);
PqPGExtendAutomorphisms(procId);;
PqPGConstructDescendants(procId : ClassBound := 3,
                                  CapableDescendants,
                                  BasicAlgorithm);
PqPGSetDescendantToPcp(procId, 32);
PqPGExtendAutomorphisms(procId);;
PqPGConstructDescendants(procId : ClassBound := 4,
                                  CapableDescendants,
                                  BasicAlgorithm);
PqPGSetDescendantToPcp(procId, 42);
PqPGExtendAutomorphisms(procId);;
PqPGConstructDescendants(procId : ClassBound := 5,
                                  CapableDescendants,
                                  BasicAlgorithm);
PqPGSetDescendantToPcp(procId, 51);
PqPGExtendAutomorphisms(procId);;
PqPGConstructDescendants(procId : ClassBound := 6,
                                  CapableDescendants,
                                  BasicAlgorithm);
PqPGSetDescendantToPcp(procId, 61);
PqPGExtendAutomorphisms(procId);;
PqPGConstructDescendants(procId : ClassBound := 7,
                                  CapableDescendants,
                                  BasicAlgorithm);
PqPGSetDescendantToPcp(procId, 71);
PqPGExtendAutomorphisms(procId);;
PqPGConstructDescendants(procId : ClassBound := 8,
                                  CapableDescendants,
                                  BasicAlgorithm);

Messung V0.5 in Prozent
C=98 H=98 G=97

[Dauer der Verarbeitung: 0.18 Sekunden, vorverarbeitet 2026-06-18]