summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/modes.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-25 11:08:33 -0600
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-25 11:08:43 -0600
commitd9ffaf6ed5d2de15d1982b423be6fa6d5f9d8995 (patch)
treedb9c67cdc1c2560f1abeac3d1fc5bd5b73770a16 /src/theory/quantifiers/modes.h
parent2264fce7c63ddf142635ed3be83551d30f7a1a32 (diff)
Add options --full-saturate-quant and --mbqi=trust. Other minor changes.
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 b37e48ec3..89e10b175 100644
--- a/src/theory/quantifiers/modes.h
+++ b/src/theory/quantifiers/modes.h
@@ -70,6 +70,8 @@ typedef enum {
MBQI_FMC_INTERVAL,
/** mbqi with interval abstraction of uninterpreted sorts */
MBQI_INTERVAL,
+ /** mbqi trust (produce no instantiations) */
+ MBQI_TRUST,
} MbqiMode;
typedef enum {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback