You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check that you provide the following details when submitting new values of Gnu(n):
Version of GAP and critical packages: GrpConst, Cubefree, etc.
Brief description of the computer used for the calculation (operating system, processor, RAM)
Runtime required for the calculation
GAP commands used for the calculation
Confirm that the output r of ConstructAllGroups is a list of groups (ForAll(r,IsGroup) should return true), otherwise confirm that if the output contained lists of groups, then those groups were also shown to be pairwise non-isomorphic.
gnu(31920)=6851
GAP 4.8.4
GrpConst 2.5
Runtime: 181803024 ms (2.1 days)
Isomorphic groups eliminated
To maintainers: for new results, add to data/gnudata.g this line:
GNU_SAVE( 31920, 6851, WITH_GC );
Details of machine used:
OS: Windows 10 64 bit
Ram: 4gb
Processor: Intel Core i5-6300U CPU @ 2.40 GHz 2.50 Ghz
Gap command r:=GnuByConstructAllGroups(31920);;
ForAll(r.result,g->IsGroup(g));
returns true
The text was updated successfully, but these errors were encountered:
Please check that you provide the following details when submitting new values of Gnu(n):
r
ofConstructAllGroups
is a list of groups (ForAll(r,IsGroup)
should returntrue
), otherwise confirm that if the output contained lists of groups, then those groups were also shown to be pairwise non-isomorphic.gnu(31920)=6851
GAP 4.8.4
GrpConst 2.5
Runtime: 181803024 ms (2.1 days)
Isomorphic groups eliminated
To maintainers: for new results, add to data/gnudata.g this line:
GNU_SAVE( 31920, 6851, WITH_GC );
Details of machine used:
OS: Windows 10 64 bit
Ram: 4gb
Processor: Intel Core i5-6300U CPU @ 2.40 GHz 2.50 Ghz
Gap command
r:=GnuByConstructAllGroups(31920);;
ForAll(r.result,g->IsGroup(g));
returns true
The text was updated successfully, but these errors were encountered: