mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
parent
43e449a805
commit
9cbec3b0ca
|
@ -129,7 +129,7 @@ namespace q {
|
|||
r = n;
|
||||
}
|
||||
else if (n->generation() == gen) {
|
||||
if ((++count) % (1 + m_qs.random()) == 0)
|
||||
if ((m_qs.random() % ++count) == 0)
|
||||
r = n;
|
||||
}
|
||||
if (count > m_max_choose_candidates)
|
||||
|
|
Loading…
Reference in a new issue