summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-06-01 12:38:33 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-06-01 12:38:33 -0500
commit029fb0427b59cc5251767fff902764eb4bba3771 (patch)
tree97ef5e9f00bd2734f242a2b0855a0b52036eded0 /src/theory/quantifiers_engine.h
parent73a60e60a6036f635e8819c672c227156b351964 (diff)
Minor optimizations related to cbqi.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 7405241b7..fff446eda 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -315,7 +315,7 @@ public:
/** get instantiation */
Node getInstantiation( Node q, std::vector< Node >& terms, bool doVts = false );
/** do substitution */
- Node getSubstitute( Node n, std::vector< Node >& terms );
+ Node getSubstitute( Node n, std::vector< Node >& terms, std::map< Node, Node >& visited );
/** add lemma lem */
bool addLemma( Node lem, bool doCache = true, bool doRewrite = true );
/** remove pending lemma */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback