summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_database.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-23 16:59:48 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-23 16:59:48 -0500
commitaa3b60104a0026c078eea1d19506e8bf4c3d9763 (patch)
tree7dd9d34248d533918c304965131b11dcef6cf2b6 /src/theory/quantifiers/term_database.h
parent2deb3a617f068af25457db23eae326dae2bf2ae2 (diff)
Fix bug in E-matching Real/Int terms.
Diffstat (limited to 'src/theory/quantifiers/term_database.h')
-rw-r--r--src/theory/quantifiers/term_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/term_database.h b/src/theory/quantifiers/term_database.h
index 2a72cf808..2592e1fd6 100644
--- a/src/theory/quantifiers/term_database.h
+++ b/src/theory/quantifiers/term_database.h
@@ -76,6 +76,7 @@ public:
std::map< Node, TermArgTrie > d_data;
public:
bool addTerm( QuantifiersEngine* qe, Node n ) { return addTerm2( qe, n, 0 ); }
+ void debugPrint( const char * c, Node n, unsigned depth = 0 );
};/* class TermArgTrie */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback