Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Msieve function rootopt_callback in poly_skew.c excessive output #3

Open
RichardAth opened this issue Jul 28, 2020 · 0 comments
Open

Comments

@RichardAth
Copy link

The problem actually showed up using YAFU to factor a large number > 95 digits. I got 1000s of lines of unwanted output which I eventually tracked down to rootopt_callback.

commenting out the following at around line 58 reduced the output to a managable volume;

printf("save %le %.4lf %.2lf %le rroots %u\n", size_score,
root_score, skewness, combined_score,
num_real_roots);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant