mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
fix order lemma bug see 30ce6f20f2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
31a96b3afa
commit
90f5595067
2 changed files with 2 additions and 6 deletions
|
@ -1396,7 +1396,7 @@ lbool core::check(vector<lemma>& l_vec) {
|
|||
|
||||
set_use_nra_model(false);
|
||||
|
||||
if (l_vec.empty() && !done())
|
||||
if (false && l_vec.empty() && !done())
|
||||
m_monomial_bounds();
|
||||
|
||||
if (l_vec.empty() && !done() && need_to_call_algebraic_methods())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue