mirror of
https://github.com/Z3Prover/z3
synced 2025-11-06 06:16:02 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1ece7e968
commit
198622b61a
3 changed files with 9 additions and 7 deletions
|
|
@ -1634,6 +1634,9 @@ public:
|
|||
if (vars.empty()) {
|
||||
return false;
|
||||
}
|
||||
if (!m_use_nra_model) {
|
||||
lp().random_update(vars.size(), vars.c_ptr());
|
||||
}
|
||||
init_variable_values();
|
||||
TRACE("arith",
|
||||
for (theory_var v = 0; v < sz; ++v) {
|
||||
|
|
@ -1642,9 +1645,6 @@ public:
|
|||
}
|
||||
}
|
||||
tout << "\n"; );
|
||||
if (!m_use_nra_model) {
|
||||
lp().random_update(vars.size(), vars.c_ptr());
|
||||
}
|
||||
m_model_eqs.reset();
|
||||
TRACE("arith", display(tout););
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue