summaryrefslogtreecommitdiff
path: root/src/theory/ite_simplifier.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-05-28 16:27:50 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-05-28 16:27:50 +0000
commit5c61887222630583b48bd26fc914d166f122c252 (patch)
tree7d3027303409ad803cb1771195ec7cbd90f9f984 /src/theory/ite_simplifier.h
parent21f9e53792ba5f94594fccb7bef880aa77b266cb (diff)
Added some BV rewrites, fixed bugs in array theory, made ite simp work with BV
Diffstat (limited to 'src/theory/ite_simplifier.h')
-rw-r--r--src/theory/ite_simplifier.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/ite_simplifier.h b/src/theory/ite_simplifier.h
index 8466c5444..50d37f502 100644
--- a/src/theory/ite_simplifier.h
+++ b/src/theory/ite_simplifier.h
@@ -64,8 +64,7 @@ class ITESimplifier {
NodeMap d_simpConstCache;
Node simpConstants(TNode simpContext, TNode iteNode, TNode simpVar);
- Node d_simpVarInt;
- Node d_simpVarReal;
+ std::hash_map<TypeNode, Node, TypeNode::HashFunction> d_simpVars;
Node getSimpVar(TypeNode t);
Node createSimpContext(TNode c, Node& iteNode, Node& simpVar);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback