summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-06-12 18:32:42 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-06-12 18:32:42 +0000
commit706e3058a2a685a6849b2290f80167b74aded0be (patch)
tree407c4b40a8f74adfee045f1a6cf6c578fbd960cd /src/theory/bv/theory_bv.h
parent0659b7c7b50e49cbea1728f90f7ff04598f01eac (diff)
Changed bitvector theory rewriter so that equalities always get rewritten to
equalities or true or false
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index a2cf39049..247d66d89 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -65,6 +65,7 @@ public:
std::string identify() const { return std::string("TheoryBV"); }
PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions);
+ Node ppRewrite(TNode atom);
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback