Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/deepthought/tst/   (GAP Algebra Version 4.15.1©)  Datei vom 20.5.2025 mit Größe 1 kB image not shown  

Quelle  somecolls.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

gap> testpackage := Filename( DirectoriesPackageLibrary( "DeepThought", "tst" ),
>                             "testpackage.g" );;
gap> Read(testpackage);;

# test first collector 
gap> coll := FromTheLeftCollector(4);;
gap> SetConjugate(coll, 21, [2132]);;
gap> SetConjugate(coll, 31, [3141]);;
gap> SetConjugate(coll, 32, [3145]);;
gap> UpdatePolycyclicCollector(coll);;
gap> Test_DTP_functions(coll, true, 100500);
true
gap> Test_DTP_functions(coll, false, 100500); 
true
gap> Test_DTP_pkg_consistency(DTP_rand_coll(), 100);
true

# test finite group
gap> coll := FromTheLeftCollector(3);;
gap> SetRelativeOrder(coll, 115);;
gap> SetRelativeOrder(coll, 210);;
gap> SetRelativeOrder(coll, 33);;
gap> UpdatePolycyclicCollector(coll);;
gap> Test_DTP_functions(coll, true, 100500);
true
gap> Test_DTP_functions(coll, false, 100500); 
true
gap> Test_DTP_pkg_consistency(DTP_rand_coll(), 100);
true

# test cyclic group 
gap> coll := FromTheLeftCollector(1);;
gap> SetRelativeOrder(coll, 13628800);;
gap> UpdatePolycyclicCollector(coll);;
gap> Test_DTP_functions(coll, true, 1001000);
true
gap> Test_DTP_functions(coll, false, 1001000); 
true
gap> Test_DTP_pkg_consistency(DTP_rand_coll(), 100);
true

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