mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Msieve

Reply
 
Thread Tools
Old 2009-08-19, 17:14   #1
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72×131 Posts
Default A unique bug probably never before seen

If you are sieving, say, 8^225+7^225 and 8^240+7^240 (IE two numbers with the same algebraic polynomial), it is very important to set the N you're factoring, not only consistently in msieve.fb, worktodo.ini and the top of msieve.dat, but also to the number you're trying to factor rather than to the other one.

Otherwise msieve finishes the linear algebra and then starts complaining the dependencies aren't products of squares.
fivemack is offline   Reply With Quote
Old 2009-08-19, 19:59   #2
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

67258 Posts
Default

Quote:
Originally Posted by fivemack View Post
If you are sieving, say, 8^225+7^225 and 8^240+7^240 (IE two numbers with the same algebraic polynomial), it is very important to set the N you're factoring, not only consistently in msieve.fb, worktodo.ini and the top of msieve.dat, but also to the number you're trying to factor rather than to the other one.

Otherwise msieve finishes the linear algebra and then starts complaining the dependencies aren't products of squares.
Thank you! In fact I had seen this problem before, over a year ago, and had no idea what was going on. The code checks that the input value of N with small factors removed matches the value of N in the factor base file, but it does not verify that plugging the rational poly coefficients into the algebraic polynomial actually produces a multiple of N.

I'll add code to do that and a few other checks too.
jasonp is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unique Groupings found in the first 49 mersenne numbers ONeil ONeil 27 2018-12-03 01:52
reduce to 108119486 relation sets and 0 unique ideals Alfred Msieve 2 2017-04-02 07:01
RDS's unique pedagogic ways R.D. Silverman Soap Box 137 2012-01-07 07:52
Factors for unique exponents? Dubslow Information & Answers 15 2011-10-17 02:53
Unique Logic circuit grid. mfgoode Math 6 2006-10-03 17:10

All times are UTC. The time now is 18:09.


Fri Jul 16 18:09:25 UTC 2021 up 49 days, 15:56, 1 user, load averages: 1.58, 1.95, 1.74

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.