mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix #4494
This commit is contained in:
parent
5a2b6d9c92
commit
2613f74baa
|
@ -1469,13 +1469,12 @@ lbool core::check(vector<lemma>& l_vec) {
|
|||
|
||||
init_to_refine();
|
||||
patch_monomials();
|
||||
set_use_nra_model(false);
|
||||
if (m_to_refine.is_empty()) { return l_true; }
|
||||
init_search();
|
||||
|
||||
lbool ret = l_undef;
|
||||
|
||||
set_use_nra_model(false);
|
||||
|
||||
if (l_vec.empty() && !done())
|
||||
m_monomial_bounds();
|
||||
|
||||
|
|
Loading…
Reference in a new issue