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

Quelle  testall.g   Sprache: unbekannt

 
#############################################################################
##
#W  testall.g
#Y  Copyright (C) 2021                                      Wilf A. Wilson
##
##  Licensing information can be found in the README file of this package.
##
#############################################################################
##
LoadPackage("digraphs", false);;
opts := rec(earlyStop := false);
if SizeBlist([DigraphsTestInstall(),
              DigraphsTestStandard(opts),
              DIGRAPHS_RunTest(DigraphsTestManualExamples),
              DigraphsTestExtreme(opts)]) = 4 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.14 Sekunden  (vorverarbeitet)  ]