Skip to content

Commit

Permalink
port over moving m_nla_lemmas into nla_core from the linear monomial …
Browse files Browse the repository at this point in the history
…propagation branch

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 27, 2023
1 parent e4e1d61 commit 36566d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/theory_lra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ class theory_lra::imp {
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) {
Expand Down

0 comments on commit 36566d6

Please sign in to comment.