summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_subtheory_bitblast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_subtheory_bitblast.h')
-rw-r--r--src/theory/bv/bv_subtheory_bitblast.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/bv/bv_subtheory_bitblast.h b/src/theory/bv/bv_subtheory_bitblast.h
index 0b0a9521b..50cd1cb5d 100644
--- a/src/theory/bv/bv_subtheory_bitblast.h
+++ b/src/theory/bv/bv_subtheory_bitblast.h
@@ -65,8 +65,9 @@ class BitblastSolver : public SubtheorySolver {
std::unique_ptr<QuickXPlain> d_quickXplain;
// Node getModelValueRec(TNode node);
void setConflict(TNode conflict);
-public:
- BitblastSolver(context::Context* c, TheoryBV* bv);
+
+ public:
+ BitblastSolver(Environment* env, context::Context* c, TheoryBV* bv);
~BitblastSolver();
void preRegister(TNode node) override;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback