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 872 B image not shown  

Quelle  examples.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);;
gap> coll :=  Collector(ExamplesOfSomePcpGroups(11));;
gap> Test_DTP_functions(coll, true, 50100);
true
gap> Test_DTP_functions(coll, false, 50100);
true
gap> Test_DTP_pkg_consistency(coll, 100);
true
gap> coll :=  Collector(ExamplesOfSomePcpGroups(12));;
gap> Test_DTP_functions(coll, true, 5050);
true
gap> Test_DTP_functions(coll, false, 5050);
true
gap> Test_DTP_pkg_consistency(coll, 100);
true
gap> coll :=  Collector(ExamplesOfSomePcpGroups(15));;
gap> Test_DTP_functions(coll, true, 105);
true
gap> Test_DTP_functions(coll, false, 105);
true
gap> coll :=  Collector(ExamplesOfSomePcpGroups(16));;
gap> Test_DTP_functions(coll, true, 105);
true
gap> Test_DTP_functions(coll, false, 105);
true

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