From fc788d5125fed8257544e74ab8898344b1e7b19d Mon Sep 17 00:00:00 2001 From: ajreynol Date: Wed, 8 Oct 2014 00:29:57 +0200 Subject: Cache for getInstance, thanks to Johannes Kanig for the report. Do not mkRep for multi triggers. --- src/theory/quantifiers_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/quantifiers_engine.h') 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& cache ); /** get score */ int getRepScore( Node n, Node f, int index ); public: -- cgit v1.2.3