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:
parent
fd2eab85f1
commit
7fe46de266
3 changed files with 7 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue