-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Pull subgroups of TOM for lattice back through isomorphism
This bug likely did not show up earlier since the TOM library was not loaded by default. This partially fixes #2586 (main bug reported there)
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# #2586 | ||
|
||
gap> g:=TransitiveGroup(6,14);; | ||
gap> cl:=ConjugacyClassesSubgroups(g);; | ||
gap> ForAll(cl,x->IsSubset(g,Representative(x))); | ||
true | ||
|