TilmanNeumann / java-math-library

A Java math library focused on number theory and integer factorization in particular.
GNU General Public License v3.0
29 stars 7 forks source link

Excess messages for big numbers #27

Closed mcguigan228 closed 3 years ago

mcguigan228 commented 3 years ago

Using PSIQS to factor 330 bit numbers seems to bring in SIQS for internal factoring. Problem is the global ANALYZE causes the sub-SIQS stats to be displayed in endless messages. I put in an override in SIQS to get around the problem.

TilmanNeumann commented 3 years ago

I was aware of that problem and thought that I'ld had fixed it with my commit 2020-12-26 21:36:12. Since then, SIQS_Small, which has its own ANALYZE flag, should be used inside the TDiv_QS* classes.

TilmanNeumann commented 3 years ago

According to my tests the issue is resolved -> close as requested (by email)