summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-05-03 17:43:29 -0400
committerlianah <lianahady@gmail.com>2013-05-03 17:43:29 -0400
commitdb6df44574927f9b75db664e1e490f757725d13a (patch)
treeee650048e26164836c753bad272ba961989e4dac /src/theory/bv/theory_bv.cpp
parenta5d1513db484457ac64a96711088aca1460af62e (diff)
changed the shifting bit-blasting to potentially be more efficient
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 4803fd62e..cb68a0f65 100644
--- a/src/theory/bv/theory_bv.cpp
+++ b/src/theory/bv/theory_bv.cpp
@@ -174,7 +174,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