Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Aug 21, 2022
1 parent 2181a0f commit be0cd74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smt/theory_lra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ class theory_lra::imp {
context& c = ctx();
if (!k.is_zero()) {
mk_axiom(eq);
m_arith_eq_adapter.mk_axioms(th.ensure_enode(mod_r), th.ensure_enode(p));
mk_axiom(mk_literal(a.mk_ge(mod, zero)));
mk_axiom(mk_literal(a.mk_le(mod, upper)));

Expand Down

0 comments on commit be0cd74

Please sign in to comment.