summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-07-02 13:40:26 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-07-02 13:40:26 -0500
commitf4d9d607c3a63a1b3842e291f06a621f71b0e966 (patch)
tree2b92548449e9aee333a2615cbe4e8f64eedb76f7 /src/theory/quantifiers_engine.h
parenta23c5715ce7cd279d83e75b232fd24b5c53032ba (diff)
Minor fixes for bounded integers, rewrite engine.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 40b043752..b075f7be8 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -83,6 +83,7 @@ class EqualityQueryQuantifiersEngine;
class QuantifiersEngine {
friend class quantifiers::InstantiationEngine;
friend class quantifiers::ModelEngine;
+ friend class quantifiers::RewriteEngine;
friend class inst::InstMatch;
private:
typedef context::CDHashMap< Node, bool, NodeHashFunction > BoolMap;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback