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

Quelle  ctblmaps.tst   Sprache: unbekannt

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

#@local s, t, maps
gap> START_TEST( "ctblmaps.tst" );

# `ConsiderStructureConstants` can unexpectedly exclude all candidates.
# (Benjamin Sambale found examples for that.)
gap> if TestPackageAvailability("ctbllib") <> fail and
>       LoadPackage("ctbllib", false) <> fail then
>      s:= CharacterTable( "2.A6" );;
>      t:= CharacterTable( "Co3" );;
>      maps:= [ [ 1284114131818922922 ],
>               [ 1284114131717922922 ] ];;
>      if Length( ConsiderStructureConstants( s, t, maps, true ) ) <> 0 then
>        Error( "test of ConsiderStructureConstants failed" );
>      fi;
>    fi;

#
gap> STOP_TEST( "ctblmaps.tst" );

[Dauer der Verarbeitung: 0.2 Sekunden, vorverarbeitet 2026-06-15]