#include "qsieve-fwd.H"
#include "mpqsPolynom.H"
#include "modulo.H"
#include "mpz_sqrtmod.cc"
#include <cmath>
Go to the source code of this file.
Variables | |
bool | collecting_phase_finished = false |
Definition in file mpqsPolynom.cc.
bool collecting_phase_finished = false |
switch to define the "active" and "passive" phase of sieving: If enough Special-Relations and Dynamic-Relations have been collected to sieve Static-Relations at a high rate, then further collecting even more Special- and Dynamic-Relations can be suppressed by setting collecting_phase_finished=true. Normally it is set to false, and one should *not* change it. But if the mpqs polynomials collide with the range of dynamic factors, then this switch must (and will) be activated.
Definition at line 12 of file mpqsPolynom.cc.
Referenced by CmpqsPolynom::compute_first_polynomial().