summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-04-30 16:39:52 -0400
committerlianah <lianahady@gmail.com>2013-04-30 16:39:52 -0400
commit2d9b058a6a5c977f2806965526320e6d5fed18fe (patch)
tree0480a7531449fd8bf1cd3a575ee8810ecba1e41c /src/theory/bv/theory_bv.cpp
parenta6cbb4dd9f8c8e5d53f0d4b77e177bfa4cc2fb92 (diff)
merged cvc4 master
Diffstat (limited to 'src/theory/bv/theory_bv.cpp')
-rw-r--r--src/theory/bv/theory_bv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/theory_bv.cpp b/src/theory/bv/theory_bv.cpp
index b2f91e070..9c64cbf77 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -180,7 +180,7 @@ void TheoryBV::check(Effort e)
while (!done()) {
TNode fact = get().assertion;
- checkForLemma(fact);
+ // checkForLemma(fact);
for (unsigned i = 0; i < d_subtheories.size(); ++i) {
d_subtheories[i]->assertFact(fact);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback