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

Quelle  testall.g   Sprache: unbekannt

 
#
# LINS: This package implements a method for the computation of all normal subgroups of a finitely presented group with at most some given index.
#
# This file runs package tests. It is also referenced in the package
# metadata in PackageInfo.g.
#

# Some tests need to check for graph isomorphism using grape
LoadPackage( "grape" );
# The computation of the tables (targets) requires the computation of schur multipliers
LoadPackage("cohomolo");
# Makes the computation of the tables (targets) faster
LoadPackage("recog");
LoadPackage( "LINS" );
ReadPackage( "LINS", "gap/createTables.gi");;

TestDirectory(DirectoriesPackageLibrary( "LINS", "tst/files" ),
  rec(exitGAP := true));

FORCE_QUIT_GAP(1); # if we ever get here, there was an error

[ zur Elbe Produktseite wechseln0.17Quellennavigators  Analyse erneut starten  ]