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
LoadPackage("ace");
TCENUM:=ACETCENUM;;
Print("aaaa,aba'b'a'bb");;
f := FreeGroup("a","b");;
g := f / [ f.1*f.1*f.1*f.1,f.1*f.2*f.1^-1*f.2^-1*f.1^-1*f.2*f.2 ];
Size(g);
forever. From debugging it appears the workspace size and/or table limit is not
actually being increased.
Identical (bad) behavior on Linux and on MacOS.
Expected behaviour
The table limit and/or workspace size should be increased, so the coset enumeration
succeeds. (ACE easily handles the group given in the example above.)
Copy and paste GAP banner (to tell us about your setup)
The setting for TCENUM, I think is a relic from the original Alexander Hulpke implementation,
but setting max to max seems to be a mistake of mine.
I'll have to try and remember what I was thinking - or not thinking - back in 1999.
* Greg Gamble
Get Outlook for iOS<https://aka.ms/o0ukef>
Observed behaviour
Scrolling message:
forever. From debugging it appears the workspace size and/or table limit is not
actually being increased.
Identical (bad) behavior on Linux and on MacOS.
Expected behaviour
The table limit and/or workspace size should be increased, so the coset enumeration
succeeds. (ACE easily handles the group given in the example above.)
Copy and paste GAP banner (to tell us about your setup)
The text was updated successfully, but these errors were encountered: