#Example: "3gp-maxoccur-Rel-i" . . . based on: examples/maxoccur #Demonstrates usage of `PqSetMaximalOccurrences'. #vars: F, rels, procId, class; #options: OutputLevel, OutputFile
F := FreeGroup("a", "b");
rels := ["a^3", "b^3"];
procId := PqStart(F : Prime := 3, Relators := rels); #comment: set a different print level by supplying <OutputLevel>
PqPcPresentation(procId : ClassBound := 1, #sub <OutputLevel> for <1> if set and ok
OutputLevel := 1);;
PqSetMaximalOccurrences(procId, [6, 4]);; forclass in [2 .. 9] do
PqNextClass(procId);
od; #comment: save the presentation to a different file by supplying <OutputFile> #sub <OutputFile> for <ANUPQData.outfile> if set and ok
PqSavePcPresentation(procId, ANUPQData.outfile);;
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-06-18)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.