Skip to content

Commit

Permalink
Added a test for the bugfix in the MPQS routine.
Browse files Browse the repository at this point in the history
Added a test for the bugfix in the MPQS routine (bug reported on Nov 12, 2021).
  • Loading branch information
Stefan-Kohl authored Apr 7, 2024
1 parent d5a4a4a commit c6e9edd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tst/factint.tst
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ gap> Factors(2^2004-1);
151092646351275754169926860141067686815825706612457363611594727781012756281,
198950585925702911694795949136325395391616590334589163147577781735447402953
]
gap> Factors(998582188058818939);
[ 412337407, 2421759877 ]
gap> SetInfoLevel(InfoPrimeInt,oldwarninglevel);
gap> STOP_TEST( "factint.tst", 10000000000 );

Expand Down

0 comments on commit c6e9edd

Please sign in to comment.