-
Notifications
You must be signed in to change notification settings - Fork 4
Error message when factoring #24
Copy link
Copy link
Open
Labels
Description
From an example reported on the support list:
gap> Factors(998582188058818939);
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `[]' on 2 arguments at /Users/hulpke/gap4/lib/methsel2.g:249 called from
while aFactorsSelectedPositions[i] = aFactorsPoolsize - (NraFactors - i) do
i := i - 1;
od; at /Users/hulpke/gap4/pkg/FactInt/lib/mpqs.gi:250 called from
MPQSSplit( FactorsList[Pos] ) at /Users/hulpke/gap4/pkg/FactInt/lib/mpqs.gi:533 called from
CallFuncList( FactoringMethod, Arguments
) at /Users/hulpke/gap4/pkg/FactInt/lib/general.gi:363 called from
ApplyFactoringMethod( FactorsMPQS, [ ], FactorizationObtainedSoFar,
MPQSBound, [ "Multiple Polynomial Quadratic Sieve (MPQS)\n",
"Number to be factored : ", "n" ]
); at /Users/hulpke/gap4/pkg/FactInt/lib/general.gi:1015 called from
FactInt( n ) at /Users/hulpke/gap4/pkg/FactInt/lib/general.gi:1102 called from
... at *stdin*:7
type 'quit;' to quit to outer loop
brk> i;
2
brk> Length(aFactorsSelectedPositions);
1
Reactions are currently unavailable