summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/modes.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-14 15:44:21 -0600
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-14 15:44:36 -0600
commiteb5debabce433774a0dbfd46745efb8fcf38b8ab (patch)
tree265975eab00a2919d53eb32c6bb993ed7490cbd4 /src/theory/quantifiers/modes.h
parent4c7f8d38445f067bb85f38cf3ea343cc92e41ef2 (diff)
Make QCF more incremental. Fix bug in QCF handling of ITE formulas, add support for ITE terms. Add full-delay inst-when mode. Make strings come before quantifiers in check. Minor cleanup.
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 75b9eba3e..38c9211a3 100644
--- a/src/theory/quantifiers/modes.h
+++ b/src/theory/quantifiers/modes.h
@@ -31,6 +31,8 @@ typedef enum {
INST_WHEN_PRE_FULL,
/** Apply instantiation round at full effort or above */
INST_WHEN_FULL,
+ /** Apply instantiation round at full effort, after all other theories finish, or above */
+ INST_WHEN_FULL_DELAY,
/** Apply instantiation round at full effort half the time, and last call always */
INST_WHEN_FULL_LAST_CALL,
/** Apply instantiation round at last call only */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback