summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-08-16 12:24:58 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-08-16 12:25:29 -0500
commit36cfaab5caa86773e47a8cca8f4d8c0d5edec99f (patch)
tree19ce13bba397a6139ac42e658417074c462b2318 /src/theory/bv/theory_bv.h
parent20fc32c0c4a2518673e1cbaa0afb3c4fb284ffe6 (diff)
Initial infrastructure for ExtTheory, generalize extended term handling in TheoryStrings to use this.
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index ba2a4fc2a..0709ca427 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -79,6 +79,10 @@ public:
std::string identify() const { return std::string("TheoryBV"); }
+ /** equality engine */
+ eq::EqualityEngine * getEqualityEngine();
+ bool getCurrentSubstitution( int effort, std::vector< Node >& vars, std::vector< Node >& subs, std::map< Node, std::vector< Node > >& exp );
+
PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions);
void enableCoreTheorySlicer();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback