summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_simple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_simple.cpp')
-rw-r--r--src/theory/bv/bv_solver_simple.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/bv/bv_solver_simple.cpp b/src/theory/bv/bv_solver_simple.cpp
index 4216fa087..414de41ce 100644
--- a/src/theory/bv/bv_solver_simple.cpp
+++ b/src/theory/bv/bv_solver_simple.cpp
@@ -123,6 +123,8 @@ bool BVSolverSimple::preNotifyFact(
}
else
{
+ d_bitblaster->getProofGenerator()->addRewriteStep(
+ fact, n, PfRule::BV_EAGER_ATOM, {}, {fact});
TrustNode tlem =
TrustNode::mkTrustLemma(lemma, d_bitblaster->getProofGenerator());
d_im.trustedLemma(tlem, InferenceId::BV_SIMPLE_LEMMA);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback