Skip to content

Commit

Permalink
Debug GenerateRandomKernelElementsAndOptionallyVerifyThem
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 20, 2024
1 parent bbb4f70 commit 2616344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gap/base/kernel.gi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ BindGlobal( "GenerateRandomKernelElementsAndOptionallyVerifyThem",
verificationSuccess := true;
# We generate a random element of the kernel as the quotient of a random
# element and the preimage of its image under the homomorphism.
Info(InfoRecog,3, "GenerateRandomKernelElementsAndOptionallyVerifyThem, n = ", n);

for i in [1 .. n] do
Info(InfoRecog,3, "GenerateRandomKernelElementsAndOptionallyVerifyThem: ", i, " / ", n);
# Finding kernel generators and immediate verification must use
# different random elements! This is ensured by using the same stamp
# in both situations.
Expand Down

0 comments on commit 2616344

Please sign in to comment.