summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/modes.h')
-rw-r--r--src/theory/quantifiers/modes.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/theory/quantifiers/modes.h b/src/theory/quantifiers/modes.h
index 7a7ce9b54..4eb12c98d 100644
--- a/src/theory/quantifiers/modes.h
+++ b/src/theory/quantifiers/modes.h
@@ -75,10 +75,19 @@ typedef enum {
QCF_WHEN_MODE_DEFAULT,
/** apply at standard effort */
QCF_WHEN_MODE_STD,
- /** default */
+ /** apply based on heuristics */
QCF_WHEN_MODE_STD_H,
} QcfWhenMode;
+typedef enum {
+ /** default, use but do not trust */
+ USER_PAT_MODE_DEFAULT,
+ /** if patterns are supplied for a quantifier, use only those */
+ USER_PAT_MODE_TRUST,
+ /** ignore user patterns */
+ USER_PAT_MODE_IGNORE,
+} UserPatMode;
+
}/* CVC4::theory::quantifiers namespace */
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback