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

Quelle  teststandard.g   Sprache: unbekannt

 
#############################################################################
##
#W  teststandard.g
#Y  Copyright (C) 2021                                      Wilf A. Wilson
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##
LoadPackage("digraphs", false);;
if SizeBlist([DigraphsTestInstall(),
              DigraphsTestStandard(rec(earlyStop := false)),
              DIGRAPHS_RunTest(DigraphsTestManualExamples)]) = 3 then
  QUIT_GAP(0);
else
  QUIT_GAP(1);
fi;
FORCE_QUIT_GAP(1); # if we ever get here, there was an error

[ Dauer der Verarbeitung: 0.7 Sekunden  (vorverarbeitet)  ]