Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
941ccd0
Include SL Code.
Jun 13, 2024
cf89f14
Remove some deleted files from read.g
Jun 14, 2024
df70f5e
Add fix for manual crash.
Jun 18, 2024
7fbadd0
Implement Max remark
Jun 18, 2024
e5e2bd7
preliminary fix in `makedoc.g`
ThomasBreuer Jun 19, 2024
0ada415
Merge remote-tracking branch 'upstream/master' into merge_master
Jun 19, 2024
f2b49f5
New version and add dependencies
Jun 19, 2024
1aa2941
Merge pull request #1 from ThomasBreuer/TB_install
danielrademacher Jun 19, 2024
6502e3b
typo
fingolfin Jun 17, 2024
9353440
simplify
fingolfin Jun 20, 2024
bbb4f70
cleanup
fingolfin Jun 20, 2024
2616344
Debug GenerateRandomKernelElementsAndOptionallyVerifyThem
fingolfin Jun 20, 2024
01c2703
Remove some dead (commented out) code
fingolfin Jun 20, 2024
3847eb7
Restore some code
fingolfin Jun 20, 2024
36bbef1
fix more places where the current directory is needed
ThomasBreuer Jun 20, 2024
47b7bfc
merge master
fingolfin Mar 18, 2025
ba933a4
Remove unused misc/up.gi
fingolfin Mar 18, 2025
47e2dd7
Factor out some duplicate code
fingolfin Mar 18, 2025
5b50878
Fix error in Computesl2Subspace
fingolfin Mar 18, 2025
d6c5130
Get rid of GoalDim
fingolfin May 15, 2025
d5dfadd
Fix bug where FewGensAbelian was only used for perm groups
fingolfin May 15, 2025
ea7e6a2
GoingUp: remove special case for initial stingray
fingolfin May 15, 2025
449b989
Pass field not field size to ConvertToMatrixRep
fingolfin May 15, 2025
6c99f9b
When compute a^b don't handle b=1 specially
fingolfin May 15, 2025
c4840ee
Merge branch 'master' into Include_ConstructiveRecognition_SL
fingolfin Sep 2, 2025
ab0951e
Some notes from debugging last year
fingolfin Oct 21, 2025
e87c8f3
Merge branch 'master' into Include_ConstructiveRecognition_SL
fingolfin Nov 6, 2025
b9b1f68
Mark unused code
fingolfin Jan 20, 2026
29b880d
Merge branch 'master' into Include_ConstructiveRecognition_SL
fingolfin Jan 20, 2026
37ba22c
Update PackageInfo.g
fingolfin Jan 20, 2026
5120658
Merge branch 'master' into Include_ConstructiveRecognition_SL
fingolfin Feb 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading