summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/candidate_generator.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-03-22 14:07:21 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-03-22 14:07:28 -0500
commit0ee7aa783c299eca1127005b590dd157b315f130 (patch)
tree23d95924956b6bdcfc9a7bc9b6996ac00657007e /src/theory/quantifiers/candidate_generator.h
parent5d600cd2df87f81ec19034a79e7fe4eea9482b4c (diff)
Bug fix for define functions + incremental. Minor work on relational triggers.
Diffstat (limited to 'src/theory/quantifiers/candidate_generator.h')
-rw-r--r--src/theory/quantifiers/candidate_generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/candidate_generator.h b/src/theory/quantifiers/candidate_generator.h
index fb120dd08..d86891de7 100644
--- a/src/theory/quantifiers/candidate_generator.h
+++ b/src/theory/quantifiers/candidate_generator.h
@@ -108,6 +108,8 @@ private:
eq::EqClassesIterator d_eq;
//equality you are trying to match equalities for
Node d_match_pattern;
+ Node d_match_gterm;
+ bool d_do_mgt;
//einstantiator pointer
QuantifiersEngine* d_qe;
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback