Skip to content
Open
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
46 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
8efdd2a
Replace FieldOfPolynomial
fingolfin Feb 3, 2026
891fb8c
Tweak RECOG.CheckPolynomialForSelfConjugate
fingolfin Feb 3, 2026
ac79b85
Clarify info message
fingolfin Feb 10, 2026
7a72de1
Rename achieve.gi back to gap/projective/classicalnatural.gi
fingolfin Mar 17, 2026
a41b2dc
Reduce diff to master
fingolfin Mar 17, 2026
ff21653
Remove Daniel's name from classicalnatural.gi
fingolfin Mar 17, 2026
da2a6db
Merge branch 'master' into Include_ConstructiveRecognition_SL
fingolfin Mar 17, 2026
5899b46
Merge branch 'master' into Include_ConstructiveRecognition_SL
fingolfin Apr 28, 2026
0a2b32c
Merge branch 'master' into Include_ConstructiveRecognition_SL
SoongNoonien May 26, 2026
2c1fb00
Apply suggestions from code review
fingolfin May 26, 2026
4740403
Remove some doc building changes
SoongNoonien Jun 2, 2026
ea048d4
Reset `kernel.gi`
SoongNoonien Jun 2, 2026
6ae9b29
Reduce diffs between gap/projective/sl.gi and gap/projective/construc…
fingolfin Jun 2, 2026
1b5f910
Merge branch 'master' into Include_ConstructiveRecognition_SL
fingolfin Jun 2, 2026
b5200a2
Use `IsOne`
SoongNoonien Jun 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