summaryrefslogtreecommitdiff
path: root/src/theory/bv/bitblaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bitblaster.h')
-rw-r--r--src/theory/bv/bitblaster.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/bv/bitblaster.h b/src/theory/bv/bitblaster.h
index 2dc82bddc..34345086b 100644
--- a/src/theory/bv/bitblaster.h
+++ b/src/theory/bv/bitblaster.h
@@ -37,6 +37,7 @@
#include "bitblast_strategies.h"
#include "prop/sat_solver.h"
+#include "prop/registrar.h"
namespace CVC4 {
@@ -92,8 +93,11 @@ class Bitblaster {
// sat solver used for bitblasting and associated CnfStream
theory::OutputChannel* d_bvOutput;
+ MinisatNotify* d_notify;
prop::BVSatSolverInterface* d_satSolver;
prop::CnfStream* d_cnfStream;
+ prop::NullRegistrar* d_nullRegistrar;
+ context::Context* d_nullContext;
// caches and mappings
TermDefMap d_termCache;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback