Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/wpe/dev/timings/conjugacyProblem/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 21.9.2024 mit Größe 674 B image not shown  

Quelle  genTimingWithPackage.g   Sprache: unbekannt

 
# Global variables are defined outside of this file
# str           ID                      : identifier of this example
# rec(K, H)     groups                  : groups K and H
# elm           g, h                    : random elements
LoadPackage("WPE");;
G := WreathProduct(groups.K, groups.H);;
iso := IsomorphismWreathProduct(G);;
fileOut := Concatenation("./out_timingsWithPackage/", ID, ".csv");;
w := g ^ iso;;
v := (g ^ h) ^ iso;;
ProfileFunctions(WPE_RepresentativeAction);;
WPE_RepresentativeAction(w, v);;
prof := ProfileInfo([WPE_RepresentativeAction], 1, 0);;
UnprofileFunctions(WPE_RepresentativeAction);;
ClearProfile();;
AppendTo(fileOut, prof.ttim, "\n");;

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]