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

Quelle  init.g   Sprache: unbekannt

 
#
# DeepThought: This package provides functions for multiplication and other computations in finitely generated nilpotent groups based on the Deep Thought algorithm.
#
# Reading the declaration part of the package.
#

if not LoadKernelExtension("DeepThought") then
  Error("failed to load the DeepThought package kernel extension");
fi;

ReadPackage( "DeepThought", "gap/DTObj.gd");
ReadPackage( "DeepThought", "gap/DeepThought.gd");

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]