summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_rewriter.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-08-21 10:07:12 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-08-21 10:07:19 +0200
commitfb746fdd4e60e7d166b0fa1e5788bea925d22ee7 (patch)
tree1a8b8dc8c2b4f57352ab10365e2b2765c06285c9 /src/theory/quantifiers/quantifiers_rewriter.h
parent60f6d09d7ad9e37f5a23e6a2b0e47a7b0e47df81 (diff)
Fix disequality bounds in cbqi, record literals for ITE skolems in cbqi. Enable redundant ITE branch elimination in quantifiers rewriter.
Diffstat (limited to 'src/theory/quantifiers/quantifiers_rewriter.h')
-rw-r--r--src/theory/quantifiers/quantifiers_rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/quantifiers_rewriter.h b/src/theory/quantifiers/quantifiers_rewriter.h
index d01677171..7db80c84b 100644
--- a/src/theory/quantifiers/quantifiers_rewriter.h
+++ b/src/theory/quantifiers/quantifiers_rewriter.h
@@ -46,7 +46,7 @@ private:
static Node computeMiniscoping( Node f, std::vector< Node >& args, Node body, Node ipl );
static Node computeAggressiveMiniscoping( std::vector< Node >& args, Node body );
static Node computeNNF( Node body );
- static Node computeProcessIte( Node body, bool hasPol, bool pol );
+ static Node computeProcessIte( Node body, bool hasPol, bool pol, std::map< Node, bool >& currCond );
static Node computeProcessIte2( Node body );
static Node computeVarElimination( Node body, std::vector< Node >& args, Node& ipl );
static Node computeCNF( Node body, std::vector< Node >& args, NodeBuilder<>& defs, bool forcePred );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback