mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
update upolynmial test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
360d6f963e
commit
b6bf299b8b
3 changed files with 6 additions and 4 deletions
|
@ -1072,6 +1072,7 @@ bool factor_square_free(z_manager & upm, numeral_vector const & f, factors & fs,
|
|||
prime_iterator prime_it;
|
||||
scoped_numeral gcd_tmp(nm);
|
||||
unsigned trials = 0;
|
||||
TRACE("polynomial::factorization::bughunt", tout << "trials: " << params.m_p_trials << "\n";);
|
||||
while (trials <= params.m_p_trials) {
|
||||
upm.checkpoint();
|
||||
// construct prime to check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue