summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/rewrite_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/rewrite_engine.h
parenta23c5715ce7cd279d83e75b232fd24b5c53032ba (diff)
Minor fixes for bounded integers, rewrite engine.
Diffstat (limited to 'src/theory/quantifiers/rewrite_engine.h')
-rwxr-xr-xsrc/theory/quantifiers/rewrite_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/rewrite_engine.h b/src/theory/quantifiers/rewrite_engine.h
index 5160af602..fe8daca5f 100755
--- a/src/theory/quantifiers/rewrite_engine.h
+++ b/src/theory/quantifiers/rewrite_engine.h
@@ -32,6 +32,8 @@ class RewriteEngine : public QuantifiersModule
typedef context::CDHashMap<Node, int, NodeHashFunction> NodeIntMap;
typedef context::CDHashMap<Node, Node, NodeHashFunction> NodeNodeMap;
std::vector< Node > d_rr_quant;
+ std::map< Node, Node > d_rr_guard;
+ Node d_true;
/** explicitly provided patterns */
std::map< Node, std::vector< inst::Trigger* > > d_rr_triggers;
private:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback