summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-02-04 21:16:55 -0500
committerlianah <lianahady@gmail.com>2013-02-04 21:16:55 -0500
commit8aaee8d5acce9887329f3e5a6fdeb425e428ec79 (patch)
treebb353b395126f8aede271548fea7af3bf888255a /src/theory/bv/theory_bv.h
parent764bda53ed154495286d7ff117aa7182a8ce5f7b (diff)
Fixing regression failure. The only unfixed ones seem model related which would require some graph coloring algorithm.
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index c16e854cc..ec72f40e1 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -47,9 +47,11 @@ class TheoryBV : public Theory {
Slicer d_slicer;
+ context::CDQueue<TNode> d_bitblastAssertionsQueue;
+
BitblastSolver d_bitblastSolver;
CoreSolver d_coreSolver;
-
+
public:
TheoryBV(context::Context* c, context::UserContext* u, OutputChannel& out, Valuation valuation, const LogicInfo& logicInfo, QuantifiersEngine* qe);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback