mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
This commit is contained in:
parent
d0fb3cba15
commit
43e449a805
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ namespace q {
|
||||||
r = n;
|
r = n;
|
||||||
}
|
}
|
||||||
else if (n->generation() == gen) {
|
else if (n->generation() == gen) {
|
||||||
if ((++count) % m_qs.random() == 0)
|
if ((++count) % (1 + m_qs.random()) == 0)
|
||||||
r = n;
|
r = n;
|
||||||
}
|
}
|
||||||
if (count > m_max_choose_candidates)
|
if (count > m_max_choose_candidates)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue