Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
50a3ae6
Undo commenting out of unused code in gap/SnAnBB.gi
ssiccha Apr 20, 2021
bfd9859
Move NiceGeneratorsSnAn to end of gap/SnAnBB.gi
ssiccha Apr 20, 2021
afea525
Remove duplicate code from gap/SnAnBB.gi
ssiccha Apr 20, 2021
5b91908
Update SnAnBB.gi
ssiccha Apr 20, 2021
d1fb786
Rename gap/tools.gi -> gap/utils.gi
ssiccha Apr 20, 2021
e6cc378
Add a prime sieve algorithm
ssiccha Apr 20, 2021
8b145e3
Start SnAnUnknownDegree.gi
ssiccha Jun 18, 2020
696287a
Make ThreeCycleCandidates an iterator
FriedrichRober Jul 17, 2020
b6243e7
Update SnAnUnknownDegree.gi
FriedrichRober Jul 30, 2020
0b3a551
Add basic framework for RecogniseSnAn
FriedrichRober Aug 27, 2020
7a56db5
SnAnUnknownDegree: Update comments
FriedrichRober Sep 3, 2020
90660b7
SnAnUnknownDegree: Code-review by Max
FriedrichRober Sep 21, 2020
bdff3ae
Change NrPrebolsteringElms -> nrPrebolsteringElms
FriedrichRober Sep 21, 2020
045933a
Use docommute in SnAnUnknownDegree.gi
FriedrichRober Sep 21, 2020
442eb41
Improve BuildCycle
ssiccha Sep 21, 2020
c6957d1
Add Prime Sieve
FriedrichRober Sep 21, 2020
1a7007d
Improve ConstructLongCycle
ssiccha Sep 23, 2020
56a7556
Improve comments
ssiccha Sep 23, 2020
a439be6
Fix error bound in RecogniseSnAn
FriedrichRober Sep 23, 2020
daaa7f0
Fix whitespaces
FriedrichRober Sep 23, 2020
514a04f
Improve ThreeCycleCandidatesIterator
ssiccha Oct 20, 2020
c8d274b
Update init.g and read.g
ssiccha Oct 20, 2020
e18b063
SnAnUnknownDegree: Code review by Max
ssiccha Oct 21, 2020
cf93bcd
Fix typo in BolsteringElements: cr -> c * r.
FriedrichRober Nov 2, 2020
c95c839
Finish ConstructSnAnIsomorphism
ssiccha Oct 20, 2020
a4d72ed
SnAnUnknownDegree: improve tests
ssiccha Nov 9, 2020
97ecce6
Add function SnAnUnknownDegree
ssiccha Nov 9, 2020
eba8689
Relocate computation of constants in ThreeCycleCandidatesIterator.
FriedrichRober Nov 30, 2020
65033d4
Fix upper bound T in RecogniseSnAn
FriedrichRober Nov 30, 2020
9cda213
Adjust tryThreeCycleCandidate
FriedrichRober Nov 30, 2020
8bb7877
Update comments in gap/SnAnUnknownDegree.gi
ssiccha Nov 30, 2020
94275bd
Fix SnAnUnknownDegree subfunctions
ssiccha Nov 30, 2020
d4189bd
SnAnUnknownDegree: improve comments
ssiccha Nov 30, 2020
6008209
Fix ThreeCycleCandidatesConstants
ssiccha Nov 30, 2020
5865de8
Fix stamps of some RandomElm calls
ssiccha Nov 30, 2020
1ac66b1
Fix ThreeCycleCandidatesIterator
ssiccha Nov 30, 2020
dfb7334
Fix SnAnUnknownDegree documentation
ssiccha Nov 30, 2020
07314a5
Fix ThreeCycleCandidatesConstants
FriedrichRober Nov 30, 2020
02afbf2
Improve SnAnUnknownDegree
ssiccha Nov 30, 2020
dcb3875
Add bib entry for Kleidman Liebeck
ssiccha Dec 15, 2020
2552b42
Remove a comment
ssiccha Dec 15, 2020
9b5b89c
Add degree bound N for matrix groups
FriedrichRober Dec 15, 2020
53c8be0
Improve comments and an error message
ssiccha Jan 26, 2021
be04dd1
Improve SnAnUnknownDegree
ssiccha Jan 26, 2021
df772db
Add prefixes to functions for AnSn recognition
ssiccha Feb 2, 2021
69df35f
Refactor RecogniseSnAn
FriedrichRober Feb 2, 2021
43bdea1
Refactor ConstructSnAnIsomorphism
ssiccha Feb 2, 2021
8509c33
Improve RECOG.StandardGenerators
ssiccha Feb 2, 2021
6b528dd
Remove some SnAnUnknownDegree tests
ssiccha Feb 2, 2021
27cd82f
StripMemory in `BolsteringElements` for significant speed boost.
FriedrichRober Mar 2, 2021
4dbdac5
SnAnUnknownDegree: fix usage of log2
FriedrichRober Mar 16, 2021
227db8c
SnAnUnknownDegree: misc improvements
ssiccha Apr 12, 2021
e86cf3e
Move SnAnUnknownDegree.tst
ssiccha Apr 12, 2021
db2340d
Move SnAnUnknownDegree.gi into gap/generic/
ssiccha Apr 12, 2021
23ddf01
Update SnAnUnknownDegree.gi
ssiccha Apr 12, 2021
f229d4f
SnAnUnknownDegree.tst -> GenericSnAnUnknownDegree.tst
ssiccha Apr 12, 2021
cab55b8
Add SnAnRecogUnknownDegree tests
ssiccha Apr 12, 2021
1db8554
Fix RECOG.ConstructSnAnIsomorphism
ssiccha Apr 12, 2021
e723066
SnAnUnknownDegree: use TestGroup and add fixes
FriedrichRober Apr 13, 2021
dc1ce82
SnAnUnknownDegree: fix bug in SLP code
ssiccha Apr 14, 2021
27e39e7
SnAnUnknownDegree: improve comments
ssiccha Apr 20, 2021
0bdef3c
Use RECOG.PrimesCache
FriedrichRober Apr 20, 2021
33ff249
SnAnUnknownDegree: improve threeCycleCandidates
FriedrichRober May 12, 2021
068e69d
SnAnUnknownDegree: update tests
FriedrichRober Jun 9, 2021
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
25 changes: 25 additions & 0 deletions doc/recog.bib
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,18 @@ @article {KK15
NOTE = {https://doi.org/10.1016/j.jalgebra.2014.08.014},
}

@book{KL90,
AUTHOR = {Kleidman, Peter B. and Liebeck, Martin W.},
TITLE = {The Subgroup Structure of the Finite Classical Groups},
SERIES = {London Mathematical Society Lecture Note Series},
YEAR = {1990},
PUBLISHER = {Cambridge University Press},
PLACE = {Cambridge},
DOI = {10.1017/CBO9780511629235},
COLLECTION = {London Mathematical Society Lecture Note Series}
}


@article {LO16,
AUTHOR = {Liebeck, Martin W. and O'Brien, E. A.},
TITLE = {Recognition of finite exceptional groups of {L}ie type},
Expand Down Expand Up @@ -421,6 +433,19 @@ @article {LO07
NOTE = {https://doi.org/10.1112/jlms/jdm028},
}

@article{L84,
AUTHOR = {Liebeck, Martin W.},
TITLE = {On minimal degrees and base sizes of primitive permutation groups},
JOURNAL = {Archiv der Mathematik},
VOLUME = {43},
NUMBER = {1},
PAGES = {11--15},
YEAR = {1984},
PUBLISHER = {Springer},
DOI = {10.1007/BF01193603},
}


@article {HLO+08,
AUTHOR = {Holmes, P. E. and Linton, S. A. and O'Brien, E. A. and Ryba,
A. J. E. and Wilson, R. A.},
Expand Down
Loading