summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quantifiers_attributes.h')
-rw-r--r--src/theory/quantifiers/quantifiers_attributes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/quantifiers/quantifiers_attributes.h b/src/theory/quantifiers/quantifiers_attributes.h
index 2f3d0bdcf..0a72945c1 100644
--- a/src/theory/quantifiers/quantifiers_attributes.h
+++ b/src/theory/quantifiers/quantifiers_attributes.h
@@ -119,6 +119,7 @@ struct QAttributes
public:
QAttributes()
: d_hasPattern(false),
+ d_hasPool(false),
d_sygus(false),
d_qinstLevel(-1),
d_quant_elim(false),
@@ -129,6 +130,8 @@ struct QAttributes
~QAttributes(){}
/** does the quantified formula have a pattern? */
bool d_hasPattern;
+ /** does the quantified formula have a pool? */
+ bool d_hasPool;
/** if non-null, this quantified formula is a function definition for function
* d_fundef_f */
Node d_fundef_f;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback