summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
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 0709ca427..3cf471356 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -82,6 +82,7 @@ public:
/** equality engine */
eq::EqualityEngine * getEqualityEngine();
bool getCurrentSubstitution( int effort, std::vector< Node >& vars, std::vector< Node >& subs, std::map< Node, std::vector< Node > >& exp );
+ int getReduction( int effort, Node n, Node& nr );
PPAssertStatus ppAssert(TNode in, SubstitutionMap& outSubstitutions);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback