summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-08 00:29:57 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-08 00:29:57 +0200
commitfc788d5125fed8257544e74ab8898344b1e7b19d (patch)
tree290549d7537318819a92cb146a846c35e28a7d60 /src/theory/quantifiers_engine.h
parent33d0894b7707e3f590404cc51963af7740e7412a (diff)
Cache for getInstance, thanks to Johannes Kanig for the report. Do not mkRep for multi triggers.
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 e914280c5..e84c4742e 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -297,7 +297,7 @@ private:
bool d_liberal;
private:
/** node contains */
- Node getInstance( Node n, std::vector< Node >& eqc );
+ Node getInstance( Node n, const std::vector< Node >& eqc, std::hash_map<TNode, Node, TNodeHashFunction>& cache );
/** get score */
int getRepScore( Node n, Node f, int index );
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback