mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 16:27:11 +00:00
port over moving m_nla_lemmas into nla_core from the linear monomial propagation branch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8d2b65b20b
commit
ec2937e2de
9 changed files with 80 additions and 84 deletions
|
@ -104,7 +104,7 @@ bool basics::basic_sign_lemma_model_based() {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
return c().m_lemma_vec->size() > 0;
|
||||
return c().m_lemmas.size() > 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue