summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_gen.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-10-29 21:49:41 +0000
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2012-10-29 21:49:41 +0000
commit9a8a3449b130b0154ae55ad223f362c6d662d6ce (patch)
tree933bb099f84fdbfdbc15d790a9088d24bcb8ef15 /src/theory/quantifiers/inst_gen.h
parent45d96ce6cdd0eb5a899611b4b0be243c6887da39 (diff)
more updates and minor bug fixes for fmf/inst-gen quantifier instantiation
Diffstat (limited to 'src/theory/quantifiers/inst_gen.h')
-rwxr-xr-xsrc/theory/quantifiers/inst_gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/inst_gen.h b/src/theory/quantifiers/inst_gen.h
index 3386001af..f6e6a372e 100755
--- a/src/theory/quantifiers/inst_gen.h
+++ b/src/theory/quantifiers/inst_gen.h
@@ -48,7 +48,7 @@ public:
InstGenProcess( Node n );
virtual ~InstGenProcess(){}
- void calculateMatches( QuantifiersEngine* qe, Node f );
+ void calculateMatches( QuantifiersEngine* qe, Node f, std::vector< Node >& considerVal, bool useConsider );
int getNumMatches() { return d_matches.size(); }
bool getMatch( EqualityQuery* q, int i, InstMatch& m );
Node getMatchValue( int i ) { return d_match_values[i]; }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback