mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
fix #4494
This commit is contained in:
parent
5a2b6d9c92
commit
2613f74baa
1 changed files with 1 additions and 2 deletions
|
@ -1469,13 +1469,12 @@ lbool core::check(vector<lemma>& l_vec) {
|
||||||
|
|
||||||
init_to_refine();
|
init_to_refine();
|
||||||
patch_monomials();
|
patch_monomials();
|
||||||
|
set_use_nra_model(false);
|
||||||
if (m_to_refine.is_empty()) { return l_true; }
|
if (m_to_refine.is_empty()) { return l_true; }
|
||||||
init_search();
|
init_search();
|
||||||
|
|
||||||
lbool ret = l_undef;
|
lbool ret = l_undef;
|
||||||
|
|
||||||
set_use_nra_model(false);
|
|
||||||
|
|
||||||
if (l_vec.empty() && !done())
|
if (l_vec.empty() && !done())
|
||||||
m_monomial_bounds();
|
m_monomial_bounds();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue