Open guillde opened 2 months ago
Thanks for the bug report. The error seems to result from the internal parameter LINS_MaxPGenerators
being too low for your specific example. I think setting this parameter to the index that you search for should fix the error.
As a quick dirty fix, I hope the following will work:
MakeReadWriteGlobal("LINS_MaxPGenerators");
LINS_MaxPGenerators := 10000;;
l := LowIndexNormalSubs(g,10000);
It will take a few days until I have time to make a proper fix.
For sufficiently large indexes,
LowIndexNormalSubs
will throw the error below. If I run, for example:I get the following error:
I have tried this for some Coexter groups. This is for LINS 0.9.