3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

trace random update

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-04-03 12:00:19 -07:00
parent fd2eab85f1
commit 7fe46de266
3 changed files with 7 additions and 4 deletions

View file

@ -2146,6 +2146,8 @@ namespace smt {
candidates.push_back(other);
}
}
TRACE("arith_rand", tout << "candidates.size() == " << candidates.size() << "\n";);
if (candidates.empty())
return;
m_tmp_var_set.reset();