-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Functionality: Cannon/Holt automorphisms and others #878
Commits on Aug 25, 2016
-
ENHANCE: Cannon/Holt automorphism group algorithm in basic implementa…
…tion. (rename to SR to make Eamonn happy) Use SR method by default if radical >1
Configuration menu - View commit details
-
Copy full SHA for 69c0d4c - Browse repository at this point
Copy the full SHA 69c0d4cView commit details -
ENHANCE: Added
RefinedSubnormalSeries
andCharacteristicSubgroups
Method for characteristic subgroups is pathetic filtering amongst normal subgroups. Also added `CharacteristicFactorsOfGroup` in basic version.
Configuration menu - View commit details
-
Copy full SHA for 96ad592 - Browse repository at this point
Copy the full SHA 96ad592View commit details -
ENHANCE: Refine series with some characteristic subgroups.
Use radical automorphisms (more efficient solvable/pgroup routines) to potentially reduce search through large GL's in next step Add Assertion in RefinedSeries
Configuration menu - View commit details
-
Copy full SHA for afd3558 - Browse repository at this point
Copy the full SHA afd3558View commit details -
ENHANCE: Added `PatheticIsomorphism' for test based on Aut(G\times H)
This is slow and overkill, but in the case of many generators still better than morpheus...
Configuration menu - View commit details
-
Copy full SHA for db2e664 - Browse repository at this point
Copy the full SHA db2e664View commit details -
ENHANCE: Further property tests in isomorphism, used PatheticIsomorph…
…ism if many generators. Add Test.
Configuration menu - View commit details
-
Copy full SHA for 3497509 - Browse repository at this point
Copy the full SHA 3497509View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fc559 - Browse repository at this point
Copy the full SHA d3fc559View commit details -
WORKAROUND: Temporarily rename CharacteristicSubgroups
to CharacteristicSubgroupsLib to avoid complaints when loading CRISP. Moved a test which for some reason takes very long in later place This causes timeouts in travis test.
Configuration menu - View commit details
-
Copy full SHA for 25f245b - Browse repository at this point
Copy the full SHA 25f245bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25909ad - Browse repository at this point
Copy the full SHA 25909adView commit details -
ENHANCE: Performance improvements to
PatheticIsomorphism
Use characteristic factors to first map in factor groups (shorter orbits) Use direct product structure to obtain better permrep for automorphism group. FIX: Do not drag autactbase into solvable case.
Configuration menu - View commit details
-
Copy full SHA for 515e2d9 - Browse repository at this point
Copy the full SHA 515e2d9View commit details -
ENHANCE: More use of radical automorphism group
Use only compatible radical automorphisms. Further prevention of invalid option passing. Refine subnormal series with given characteristic subs.
Configuration menu - View commit details
-
Copy full SHA for 6765f08 - Browse repository at this point
Copy the full SHA 6765f08View commit details -
ENHANCE: Hooks for iterative SubgroupProperty.
Fix initialization in permrep for automorphism. Rename TF to SR
Configuration menu - View commit details
-
Copy full SHA for fc3e59d - Browse repository at this point
Copy the full SHA fc3e59dView commit details -
ENHANCE: Use stabilization of characteristic subgroups to reduce work.
In isomorphism test feed in subgroups that must be stabilized by Aut(G)\wr 2, as we don't need the full Aut(GxG)
Configuration menu - View commit details
-
Copy full SHA for 5d62d85 - Browse repository at this point
Copy the full SHA 5d62d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for aae03ab - Browse repository at this point
Copy the full SHA aae03abView commit details
Commits on Aug 27, 2016
-
Fix: res and ind might not be subset of each other.
Thus create common parent for niceo Fix variable use
Configuration menu - View commit details
-
Copy full SHA for 9e44af6 - Browse repository at this point
Copy the full SHA 9e44af6View commit details
Commits on Aug 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 93c0cbd - Browse repository at this point
Copy the full SHA 93c0cbdView commit details