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

Quelle  mockpkg.gi   Sprache: unbekannt

 
#
# mockpkg: A mock package for use by the GAP test suite
#
# Implementations
#
InstallGlobalFunction( mockpkg_GlobalFunction,
function()
    Print( "This is a placeholder function, replace it with your own code.\n" );
end );

InstallMethod( mockpkg_Operation, [ IsGroup, IsPosInt ], { G, n } -> n );

InstallMethod( mockpkg_Attribute, [ IsSolvableGroup ], G -> G );

InstallMethod( mockpkg_Property, [ IsNilpotentGroup ], IsAbelian );

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]