summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-03-11 21:53:38 +0000
committerMorgan Deters <mdeters@gmail.com>2010-03-11 21:53:38 +0000
commit3cf73e344987c2449943ca3a97054565eb9d5726 (patch)
tree7e9448caaabb7cb3261de74031070eb5c50b864d /src/theory/theory.h
parent90d829959edf8ad97bd837230933c8443f63b95b (diff)
naive rewriting to fix minisat invariant; rewrite x == x ==> TRUE
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index c0cf06767..fb9be454a 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -31,6 +31,10 @@
namespace CVC4 {
namespace theory {
+// rewrite cache support
+struct RewriteCacheTag {};
+typedef expr::Attribute<RewriteCacheTag, Node> RewriteCache;
+
template <class T>
class TheoryImpl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback