Untersuchungsergebnis.g Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln
#############################################################################
##
#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
[ zur Elbe Produktseite wechseln0.79Quellennavigators
]