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

Quelle  2022-09-17-AllHomomorphisms.tst   Sprache: unbekannt

 
# Verify AllHomomorphisms works for finite solvable groups
# which are not in the filter CanEasilyComputePcgs: for such groups,
# we used to invoke MinimalGeneratingSet, but it is not actually
# implemented for them...
gap> F:=FreeGroup(3);; G:=F/[F.1^2, F.2^2, Comm(F.1,F.2), F.3];;
gap> IsSolvableGroup(G);
true
gap> Length(AllHomomorphisms(G, SmallGroup(8,1)));
4

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]