Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/primgrp/tst/testinstall/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 24.8.2025 mit Größe 562 B image not shown  

Quelle  primid.tst   Sprache: unbekannt

 
gap> START_TEST("primid.tst");
gap> ForAll([2..1000], n -> PrimitiveIdentification(OnePrimitiveGroup(NrMovedPoints,n))=1);
true
gap> ForAll([1001..2000], n -> PrimitiveIdentification(OnePrimitiveGroup(NrMovedPoints,n))=1);
true
gap> ForAll([2001..3000], n -> PrimitiveIdentification(OnePrimitiveGroup(NrMovedPoints,n))=1);
true
gap> ForAll([3001..4000], n -> PrimitiveIdentification(OnePrimitiveGroup(NrMovedPoints,n))=1);
true
gap> ForAll([4001..4095], n -> PrimitiveIdentification(OnePrimitiveGroup(NrMovedPoints,n))=1);
true
gap> STOP_TEST( "primid.tst", 1);

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]