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

Quelle  examples.tst   Sprache: unbekannt

 
gap> testpackage := Filename( DirectoriesPackageLibrary( "DeepThought", "tst" ),
>                             "testpackage.g" );;
gap> Read(testpackage);;
gap> coll :=  Collector(ExamplesOfSomePcpGroups(11));;
gap> Test_DTP_functions(coll, true, 50, 100);
true
gap> Test_DTP_functions(coll, false, 50, 100);
true
gap> Test_DTP_pkg_consistency(coll, 100);
true
gap> coll :=  Collector(ExamplesOfSomePcpGroups(12));;
gap> Test_DTP_functions(coll, true, 50, 50);
true
gap> Test_DTP_functions(coll, false, 50, 50);
true
gap> Test_DTP_pkg_consistency(coll, 100);
true
gap> coll :=  Collector(ExamplesOfSomePcpGroups(15));;
gap> Test_DTP_functions(coll, true, 10, 5);
true
gap> Test_DTP_functions(coll, false, 10, 5);
true
gap> coll :=  Collector(ExamplesOfSomePcpGroups(16));;
gap> Test_DTP_functions(coll, true, 10, 5);
true
gap> Test_DTP_functions(coll, false, 10, 5);
true

[ Dauer der Verarbeitung: 0.24 Sekunden  (vorverarbeitet)  ]