Skip to content

Commit

Permalink
Merge branch 'master' into unit_prop_on_monomials
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Sep 27, 2023
2 parents ac6310d + 36566d6 commit 94eb101
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 @@ -1805,7 +1805,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 94eb101

Please sign in to comment.