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

Quelle  cohorts.tst   Sprache: unbekannt

 
gap> START_TEST("cohorts.tst");

#
# Disable warnings which depend on Conway Polynomial databases
#
gap> iW := InfoLevel(InfoWarning);;
gap> SetInfoLevel(InfoWarning,0);

#
# Define a function to check the primitive groups of degree n
#
gap> ReadPackage("primgrp", "tst/testutils.g");
true
gap> Perform([2..Length(COHORTS_PRIMITIVE_GROUPS)], n -> CheckCohortConsistency);

#
gap> SetInfoLevel(InfoWarning,iW);
gap> STOP_TEST( "cohorts.tst", 1);

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]