summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/modes.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-06-22 15:27:44 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-06-22 15:27:44 +0200
commitbfb9c562ac509a0c7b00e53c17aab5cda83129ac (patch)
tree79e5eb68e6f87b265847870d4d852e0f5ac5c650 /src/theory/quantifiers/modes.h
parent7a36dd1e29c6d0160f949d5f805044768fb549d1 (diff)
Add --user-pat=interleave. Remove unused lte inst strategy.
Diffstat (limited to 'src/theory/quantifiers/modes.h')
-rw-r--r--src/theory/quantifiers/modes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/modes.h b/src/theory/quantifiers/modes.h
index d0bed023d..47cb62715 100644
--- a/src/theory/quantifiers/modes.h
+++ b/src/theory/quantifiers/modes.h
@@ -103,6 +103,8 @@ typedef enum {
USER_PAT_MODE_RESORT,
/** ignore user patterns */
USER_PAT_MODE_IGNORE,
+ /** interleave use/resort for user patterns */
+ USER_PAT_MODE_INTERLEAVE,
} UserPatMode;
typedef enum {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback