3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +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:
Nikolaj Bjorner 2023-09-26 20:15:22 -07:00
parent e4e1d6148c
commit 36566d6193

View file

@ -1802,7 +1802,7 @@ public:
m_nla->check_bounded_divisions();
for (auto & lemma : m_nla->lemmas())
false_case_of_check_nla(lemma);
return m_nla->lemmas.empty();
return m_nla->lemmas().empty();
}
expr_ref var2expr(lpvar v) {