Skip to content

Commit

Permalink
fix #6194
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jul 27, 2022
1 parent b6c80e8 commit 8551b21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/smt/theory_lra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ class theory_lra::imp {
}
{
scoped_trace_stream ts(th, dgez, neg);
mk_axiom( dgez, neg);
mk_axiom( dgez, neg);
}
}

Expand Down Expand Up @@ -1224,7 +1224,6 @@ class theory_lra::imp {
return;
}
expr_ref mod_r(a.mk_add(a.mk_mul(q, div), mod), m);
ctx().get_rewriter()(mod_r);
expr_ref eq_r(th.mk_eq_atom(mod_r, p), m);
ctx().internalize(eq_r, false);
literal eq = ctx().get_literal(eq_r);
Expand Down

0 comments on commit 8551b21

Please sign in to comment.