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

SSL mockpkg.gi   Interaktion und
Portierbarkeitunbekannt

 
Spracherkennung für: .gi vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#
# 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 );

[Verzeichnis aufwärts0.12unsichere VerbindungÜbersetzung europäischer Sprachen durch Browser2026-06-05]